ClassIndexesElementMergeDirective Class

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

Syntax

'Declaration
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("cfaa1972-45da-4d05-9d50-63984c68c3bd")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<CLSCompliantAttribute(True)> _
<DomainRelationshipAttribute> _
Public NotInheritable Class ClassIndexesElementMergeDirective _
    Inherits ElementLink
'Usage
Dim instance As ClassIndexesElementMergeDirective
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("cfaa1972-45da-4d05-9d50-63984c68c3bd")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[CLSCompliantAttribute(true)]
[DomainRelationshipAttribute]
public sealed class ClassIndexesElementMergeDirective : ElementLink
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute(L"cfaa1972-45da-4d05-9d50-63984c68c3bd")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[CLSCompliantAttribute(true)]
[DomainRelationshipAttribute]
public ref class ClassIndexesElementMergeDirective sealed : public ElementLink
public final class ClassIndexesElementMergeDirective extends ElementLink

Inheritance Hierarchy

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

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

ClassIndexesElementMergeDirective Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace