Share via


ClassIndexesElementMergeDirective.IndexingMergeDirective Property

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/IndexingMergeDirective.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "Index", PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/IndexingMergeDirective.PropertyDisplayName",  _
    Multiplicity := Multiplicity.One)> _
<DomainObjectIdAttribute("06386529-6583-4698-aeb5-ae29c8ddb4ce")> _
<CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/IndexingMergeDirective.Category",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/IndexingMergeDirective.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property IndexingMergeDirective As ElementMergeDirective
'Usage
Dim instance As ClassIndexesElementMergeDirective 
Dim value As ElementMergeDirective 

value = instance.IndexingMergeDirective

instance.IndexingMergeDirective = value
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/IndexingMergeDirective.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "Index", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/IndexingMergeDirective.PropertyDisplayName", 
    Multiplicity = Multiplicity.One)]
[DomainObjectIdAttribute("06386529-6583-4698-aeb5-ae29c8ddb4ce")]
[CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/IndexingMergeDirective.Category", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/IndexingMergeDirective.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public ElementMergeDirective IndexingMergeDirective { get; set; }
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/IndexingMergeDirective.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"Index", PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/IndexingMergeDirective.PropertyDisplayName", 
    Multiplicity = Multiplicity::One)]
[DomainObjectIdAttribute(L"06386529-6583-4698-aeb5-ae29c8ddb4ce")]
[CategoryResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/IndexingMergeDirective.Category", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/IndexingMergeDirective.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
property ElementMergeDirective^ IndexingMergeDirective {
    ElementMergeDirective^ get ();
    void set (ElementMergeDirective^ value);
}
public function get IndexingMergeDirective () : ElementMergeDirective 
public function set IndexingMergeDirective (value : ElementMergeDirective)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective

.NET Framework Security

See Also

Reference

ClassIndexesElementMergeDirective Class

ClassIndexesElementMergeDirective Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace