Share via


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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.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: System.Collections.ObjectModel.ReadOnlyCollection<ExplorerNodeSettingsHasPropertyDisplayedPath>

.NET Framework Security

See Also

Reference

ExplorerNodeSettingsHasPropertyDisplayedPath Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace