ClassIndexesElementMergeDirective.IndexingMergeDirective Property

DomainRole IndexingMergeDirective Class of element whose merging behavior the directive defines.

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

Syntax

'Declaration
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/IndexingMergeDirective.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<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")> _
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "Index", PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/IndexingMergeDirective.PropertyDisplayName",  _
    PropagatesCopy := PropagatesCopyOption.DoNotPropagateCopy, Multiplicity := Multiplicity.One)> _
<DomainObjectIdAttribute("06386529-6583-4698-aeb5-ae29c8ddb4ce")> _
Public Property IndexingMergeDirective As ElementMergeDirective
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/IndexingMergeDirective.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[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")]
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "Index", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/IndexingMergeDirective.PropertyDisplayName", 
    PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, Multiplicity = Multiplicity.One)]
[DomainObjectIdAttribute("06386529-6583-4698-aeb5-ae29c8ddb4ce")]
public ElementMergeDirective IndexingMergeDirective { get; set; }
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/IndexingMergeDirective.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[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")]
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"Index", PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/IndexingMergeDirective.PropertyDisplayName", 
    PropagatesCopy = PropagatesCopyOption::DoNotPropagateCopy, Multiplicity = Multiplicity::One)]
[DomainObjectIdAttribute(L"06386529-6583-4698-aeb5-ae29c8ddb4ce")]
public:
property ElementMergeDirective^ IndexingMergeDirective {
    ElementMergeDirective^ get ();
    void set (ElementMergeDirective^ value);
}
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/IndexingMergeDirective.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<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")>]
[<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "Index", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/IndexingMergeDirective.PropertyDisplayName", 
    PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, Multiplicity = Multiplicity.One)>]
[<DomainObjectIdAttribute("06386529-6583-4698-aeb5-ae29c8ddb4ce")>]
member IndexingMergeDirective : ElementMergeDirective with get, set
function get IndexingMergeDirective () : ElementMergeDirective 
function set IndexingMergeDirective (value : ElementMergeDirective)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective

.NET Framework Security

See Also

Reference

ClassIndexesElementMergeDirective Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace