ElementTypeDescriptor.GetProperties Method

This member overrides CustomTypeDescriptor.GetProperties().

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

Syntax

'宣言
Public Overrides Function GetProperties As PropertyDescriptorCollection
'使用
Dim instance As ElementTypeDescriptor
Dim returnValue As PropertyDescriptorCollection

returnValue = instance.GetProperties()
public override PropertyDescriptorCollection GetProperties()
public:
virtual PropertyDescriptorCollection^ GetProperties() override
public override function GetProperties() : PropertyDescriptorCollection

Return Value

Type: System.ComponentModel.PropertyDescriptorCollection

Implements

ICustomTypeDescriptor.GetProperties()

Permissions

See Also

Reference

ElementTypeDescriptor Class

ElementTypeDescriptor Members

GetProperties Overload

Microsoft.VisualStudio.Modeling.Design Namespace