IPropertyExtension.GetPropertyDescriptor Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Get the property descriptor for the property extension

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Syntax

'Declaration
Function GetPropertyDescriptor As PropertyDescriptor
PropertyDescriptor GetPropertyDescriptor()
PropertyDescriptor^ GetPropertyDescriptor()
abstract GetPropertyDescriptor : unit -> PropertyDescriptor
function GetPropertyDescriptor() : PropertyDescriptor

Return Value

Type: System.ComponentModel.PropertyDescriptor
The property descriptor

.NET Framework Security

See Also

Reference

IPropertyExtension Interface

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace