Partilhar via


Método ExplorerNodeSettingsHasPropertyDisplayedPath.GetLinks

Obtenha todos os links entre um determinado ExplorerNodeSettings e PropertyPath ExplorerNodeSettingsHasPropertyDisplayedPath.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Sintaxe

'Declaração
Public Shared Function GetLinks ( _
    source As ExplorerNodeSettings, _
    target As PropertyPath _
) As ReadOnlyCollection(Of ExplorerNodeSettingsHasPropertyDisplayedPath)
public static ReadOnlyCollection<ExplorerNodeSettingsHasPropertyDisplayedPath> GetLinks(
    ExplorerNodeSettings source,
    PropertyPath target
)

Parâmetros

Valor de retorno

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<ExplorerNodeSettingsHasPropertyDisplayedPath>

Segurança do .NET Framework

Consulte também

Referência

ExplorerNodeSettingsHasPropertyDisplayedPath Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition