Share via


DomainTypeDescriptor.PathsOfCustomPropertyDescriptors Property

Definition

Gets a list of PathsOfCustomPropertyDescriptors. Paths identifying properties to be included in the type descriptor.

public:
 property Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::PropertyPath ^> ^ PathsOfCustomPropertyDescriptors { Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::PropertyPath ^> ^ get(); };
public Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath> PathsOfCustomPropertyDescriptors { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.PathsOfCustomPropertyDescriptors : Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath>
Public ReadOnly Property PathsOfCustomPropertyDescriptors As LinkedElementCollection(Of PropertyPath)

Property Value

Attributes

Applies to