Condividi tramite


Metodo PathSegmentReferencesRole.GetPathSegments

ottiene un elenco di PathSegments.

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 GetPathSegments ( _
    element As DomainRole _
) As LinkedElementCollection(Of PathSegment)
public static LinkedElementCollection<PathSegment> GetPathSegments(
    DomainRole element
)

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.Modeling.LinkedElementCollection<PathSegment>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PathSegmentReferencesRole Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.DslDefinition