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
- 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.
See Also
Reference
Microsoft.VisualStudio.Modeling.Design Namespace
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
Added topic. |
Content bug fix. |