Share via


ExplorerNodeSettingsHasPropertyDisplayedPath.GetLinks Method

Definition

Get any ExplorerNodeSettingsHasPropertyDisplayedPath links between a given ExplorerNodeSettings and a PropertyPath.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::ExplorerNodeSettingsHasPropertyDisplayedPath ^> ^ GetLinks(Microsoft::VisualStudio::Modeling::DslDefinition::ExplorerNodeSettings ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::PropertyPath ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettingsHasPropertyDisplayedPath> GetLinks (Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettings source, Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinks : Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettings * Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettingsHasPropertyDisplayedPath>
Public Shared Function GetLinks (source As ExplorerNodeSettings, target As PropertyPath) As ReadOnlyCollection(Of ExplorerNodeSettingsHasPropertyDisplayedPath)

Parameters

target
PropertyPath

Returns

Attributes

Applies to