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
- 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.