ElementPropertyDescriptor::DomainPropertyInfo Property

 

Gets the property information object that was used to create this property descriptor.

Namespace:   Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
property DomainPropertyInfo^ DomainPropertyInfo {
	DomainPropertyInfo^ get();
}

Property Value

Type: Microsoft.VisualStudio.Modeling::DomainPropertyInfo^

The property information object that was used to create this property descriptor.

Always returns the static version of this info

Return to top
Show: