ElementMergeDirective.LinkCreationPaths Property

Definition

Gets a list of LinkCreationPaths. Link creation paths defined by the merge directive.

public:
 property Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DomainPath ^> ^ LinkCreationPaths { Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DomainPath ^> ^ get(); };
public Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath> LinkCreationPaths { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.LinkCreationPaths : Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath>
Public ReadOnly Property LinkCreationPaths As LinkedElementCollection(Of DomainPath)

Property Value

Attributes

Applies to