Share via


ElementTypeDescriptor.GetProperties Method

Returns a collection of domain property descriptors that contains all the properties of the described type.

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

Syntax

'Declaration
Public Overrides Function GetProperties As PropertyDescriptorCollection
public override PropertyDescriptorCollection GetProperties()
public:
virtual PropertyDescriptorCollection^ GetProperties() override
abstract GetProperties : unit -> PropertyDescriptorCollection 
override GetProperties : unit -> PropertyDescriptorCollection 
public override function GetProperties() : PropertyDescriptorCollection

Return Value

Type: System.ComponentModel.PropertyDescriptorCollection
The collection of domain property descriptors that contains all the properties of the described type.

Implements

ICustomTypeDescriptor.GetProperties()

.NET Framework Security

See Also

Reference

ElementTypeDescriptor Class

GetProperties Overload

Microsoft.VisualStudio.Modeling.Design Namespace