Condividi tramite


Metodo DecoratorMapHasPropertyDisplayedPath.GetLinks

Ottenere tutti i collegamenti di DecoratorMapHasPropertyDisplayedPath tra un DecoratorMap specificato e un PropertyPath.

Spazio dei nomi:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Sintassi

'Dichiarazione
Public Shared Function GetLinks ( _
    source As DecoratorMap, _
    target As PropertyPath _
) As ReadOnlyCollection(Of DecoratorMapHasPropertyDisplayedPath)
public static ReadOnlyCollection<DecoratorMapHasPropertyDisplayedPath> GetLinks(
    DecoratorMap source,
    PropertyPath target
)

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DecoratorMapHasPropertyDisplayedPath Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.DslDefinition