ElementMergeDirectiveHasLinkCreationPaths.GetLinksToLinkCreationPaths Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the list of ElementMergeDirectiveHasLinkCreationPaths links to a ElementMergeDirective.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::ElementMergeDirectiveHasLinkCreationPaths ^> ^ GetLinksToLinkCreationPaths(Microsoft::VisualStudio::Modeling::DslDefinition::ElementMergeDirective ^ elementMergeDirectiveInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasLinkCreationPaths> GetLinksToLinkCreationPaths (Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective elementMergeDirectiveInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToLinkCreationPaths : Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirectiveHasLinkCreationPaths>
Public Shared Function GetLinksToLinkCreationPaths (elementMergeDirectiveInstance As ElementMergeDirective) As ReadOnlyCollection(Of ElementMergeDirectiveHasLinkCreationPaths)
Parameters
- elementMergeDirectiveInstance
- ElementMergeDirective
Returns
- Attributes