Freigeben über


DomainTypeDescriptor.PathsOfCustomPropertyDescriptors-Eigenschaft

Ruft eine Liste von PathsOfCustomPropertyDescriptors ab.Pfade, die die im Typdeskriptor Eigenschaften enthalten sein sollen.

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

Syntax

'Declaration
Public ReadOnly Property PathsOfCustomPropertyDescriptors As LinkedElementCollection(Of PropertyPath)
public LinkedElementCollection<PropertyPath> PathsOfCustomPropertyDescriptors { get; }

Eigenschaftswert

Typ: Microsoft.VisualStudio.Modeling.LinkedElementCollection<PropertyPath>

.NET Framework-Sicherheit

Siehe auch

Referenz

DomainTypeDescriptor Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace