LocalizableProperties.GetProperties Method

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

PropertyDescriptorCollection.

Implements

ICustomTypeDescriptor.GetProperties()

Remarks

This method calls GetProperties.

Permissions

See Also

Reference

LocalizableProperties Class

LocalizableProperties Members

GetProperties Overload

Microsoft.VisualStudio.Package Namespace