Condividi tramite


Metodo CompartmentMapHasPropertyDisplayedPath.GetLinks

Ottenere tutti i collegamenti di CompartmentMapHasPropertyDisplayedPath tra un CompartmentMap 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 CompartmentMap, _
    target As PropertyPath _
) As ReadOnlyCollection(Of CompartmentMapHasPropertyDisplayedPath)
public static ReadOnlyCollection<CompartmentMapHasPropertyDisplayedPath> GetLinks(
    CompartmentMap source,
    PropertyPath target
)

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CompartmentMapHasPropertyDisplayedPath Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.DslDefinition