Share via


ElementMergeDirective.LinkCreationPaths Property

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

Syntax

'Declaration
Public ReadOnly Property LinkCreationPaths As LinkedElementCollection(Of DomainPath)
'Usage
Dim instance As ElementMergeDirective 
Dim value As LinkedElementCollection(Of DomainPath)

value = instance.LinkCreationPaths
public LinkedElementCollection<DomainPath> LinkCreationPaths { get; }
public:
property LinkedElementCollection<DomainPath^>^ LinkCreationPaths {
    LinkedElementCollection<DomainPath^>^ get ();
}
public function get LinkCreationPaths () : LinkedElementCollection<DomainPath>

Property Value

Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<DomainPath>

.NET Framework Security

See Also

Reference

ElementMergeDirective Class

ElementMergeDirective Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace