Gets the collection of properties.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function GetProperties As PropertyDescriptorCollection
'使用
Dim instance As LocalizableProperties
Dim returnValue As PropertyDescriptorCollection
returnValue = instance.GetProperties()
public virtual PropertyDescriptorCollection GetProperties()
public:
virtual PropertyDescriptorCollection^ GetProperties()
public function GetProperties() : PropertyDescriptorCollection
Return Value
Type: System.ComponentModel.PropertyDescriptorCollection
Implements
ICustomTypeDescriptor.GetProperties()
Remarks
This method calls 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.