Condividi tramite


Proprietà DomainPath.Segments

Ottiene un elenco di segmenti.Segmenti del percorso.

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 ReadOnly Property Segments As LinkedElementCollection(Of PathSegment)
public LinkedElementCollection<PathSegment> Segments { get; }

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DomainPath Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.DslDefinition