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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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: PropertyDescriptorCollection
The collection of domain property descriptors that contains all the properties of the described type.
Implements
ICustomTypeDescriptor.GetProperties
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.