ClassIndexesElementMergeDirective.Index Property
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
<DomainObjectIdAttribute("099d809a-9a07-4bd4-b011-7d97ad918be7")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/Index.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/Index.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "IndexingElementMergeDirectives", _
PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/Index.PropertyDisplayName", _
Multiplicity := Multiplicity.ZeroMany)> _
Public Property Index As DomainClass
'Usage
Dim instance As ClassIndexesElementMergeDirective
Dim value As DomainClass
value = instance.Index
instance.Index = value
[DomainObjectIdAttribute("099d809a-9a07-4bd4-b011-7d97ad918be7")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/Index.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/Index.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "IndexingElementMergeDirectives",
PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/Index.PropertyDisplayName",
Multiplicity = Multiplicity.ZeroMany)]
public DomainClass Index { get; set; }
[DomainObjectIdAttribute(L"099d809a-9a07-4bd4-b011-7d97ad918be7")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/Index.DisplayName",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/Index.Description",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"IndexingElementMergeDirectives",
PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.ClassIndexesElementMergeDirective/Index.PropertyDisplayName",
Multiplicity = Multiplicity::ZeroMany)]
public:
property DomainClass^ Index {
DomainClass^ get ();
void set (DomainClass^ value);
}
public function get Index () : DomainClass
public function set Index (value : DomainClass)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ClassIndexesElementMergeDirective Class