ElementMergeDirectiveHasForwardingPath Class

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)

Syntax

'Declaration
<DomainObjectIdAttribute("d1cdd7b0-6335-44a0-9ca2-20f85dfea8ed")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasForwardingPath.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRelationshipAttribute(IsEmbedding := True)> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasForwardingPath.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<CLSCompliantAttribute(True)> _
Public NotInheritable Class ElementMergeDirectiveHasForwardingPath _
    Inherits ElementLink
'Usage
Dim instance As ElementMergeDirectiveHasForwardingPath
[DomainObjectIdAttribute("d1cdd7b0-6335-44a0-9ca2-20f85dfea8ed")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasForwardingPath.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRelationshipAttribute(IsEmbedding = true)]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasForwardingPath.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[CLSCompliantAttribute(true)]
public sealed class ElementMergeDirectiveHasForwardingPath : ElementLink
[DomainObjectIdAttribute(L"d1cdd7b0-6335-44a0-9ca2-20f85dfea8ed")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasForwardingPath.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRelationshipAttribute(IsEmbedding = true)]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasForwardingPath.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[CLSCompliantAttribute(true)]
public ref class ElementMergeDirectiveHasForwardingPath sealed : public ElementLink
public final class ElementMergeDirectiveHasForwardingPath extends ElementLink

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.ModelElement
    Microsoft.VisualStudio.Modeling.ElementLink
      Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasForwardingPath

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ElementMergeDirectiveHasForwardingPath Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace