ElementMergeDirectiveHasLinkCreationPaths.ElementMergeDirective Property
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
<DomainObjectIdAttribute("9b73b156-4304-4793-bf17-cf9c706575d9")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasLinkCreationPaths/ElementMergeDirective.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasLinkCreationPaths/ElementMergeDirective.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "LinkCreationPaths", _
PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasLinkCreationPaths/ElementMergeDirective.PropertyDisplayName", _
Multiplicity := Multiplicity.ZeroMany)> _
Public Property ElementMergeDirective As ElementMergeDirective
'Usage
Dim instance As ElementMergeDirectiveHasLinkCreationPaths
Dim value As ElementMergeDirective
value = instance.ElementMergeDirective
instance.ElementMergeDirective = value
[DomainObjectIdAttribute("9b73b156-4304-4793-bf17-cf9c706575d9")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasLinkCreationPaths/ElementMergeDirective.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasLinkCreationPaths/ElementMergeDirective.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "LinkCreationPaths",
PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasLinkCreationPaths/ElementMergeDirective.PropertyDisplayName",
Multiplicity = Multiplicity.ZeroMany)]
public ElementMergeDirective ElementMergeDirective { get; set; }
[DomainObjectIdAttribute(L"9b73b156-4304-4793-bf17-cf9c706575d9")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasLinkCreationPaths/ElementMergeDirective.DisplayName",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasLinkCreationPaths/ElementMergeDirective.Description",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"LinkCreationPaths",
PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasLinkCreationPaths/ElementMergeDirective.PropertyDisplayName",
Multiplicity = Multiplicity::ZeroMany)]
public:
property ElementMergeDirective^ ElementMergeDirective {
ElementMergeDirective^ get ();
void set (ElementMergeDirective^ value);
}
public function get ElementMergeDirective () : ElementMergeDirective
public function set ElementMergeDirective (value : ElementMergeDirective)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective
.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
ElementMergeDirectiveHasLinkCreationPaths Class