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 (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public Overrides Function GetProperties As PropertyDescriptorCollection
'Usage
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
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

ElementTypeDescriptor Members

GetProperties Overload

Microsoft.VisualStudio.Modeling.Design Namespace

Change History

Date

History

Reason

July 2008

Added topic.

Content bug fix.