ExplorerNodeSettingsHasPropertyDisplayedPath.GetLinks Method
Get any ExplorerNodeSettingsHasPropertyDisplayedPath links between a given ExplorerNodeSettings and a PropertyPath.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Public Shared Function GetLinks ( _
source As ExplorerNodeSettings, _
target As PropertyPath _
) As ReadOnlyCollection(Of ExplorerNodeSettingsHasPropertyDisplayedPath)
public static ReadOnlyCollection<ExplorerNodeSettingsHasPropertyDisplayedPath> GetLinks(
ExplorerNodeSettings source,
PropertyPath target
)
public:
static ReadOnlyCollection<ExplorerNodeSettingsHasPropertyDisplayedPath^>^ GetLinks(
ExplorerNodeSettings^ source,
PropertyPath^ target
)
static member GetLinks :
source:ExplorerNodeSettings *
target:PropertyPath -> ReadOnlyCollection<ExplorerNodeSettingsHasPropertyDisplayedPath>
public static function GetLinks(
source : ExplorerNodeSettings,
target : PropertyPath
) : ReadOnlyCollection<ExplorerNodeSettingsHasPropertyDisplayedPath>
Parameters
Return Value
Type: ReadOnlyCollection<ExplorerNodeSettingsHasPropertyDisplayedPath>
.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.