LocalizableProperties.GetProperties Method

Gets the collection of properties.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Public Function GetProperties As PropertyDescriptorCollection
public PropertyDescriptorCollection GetProperties()
public:
virtual PropertyDescriptorCollection^ GetProperties() sealed
abstract GetProperties : unit -> PropertyDescriptorCollection 
override GetProperties : unit -> PropertyDescriptorCollection 
public final function GetProperties() : PropertyDescriptorCollection

Return Value

Type: System.ComponentModel.PropertyDescriptorCollection
Returns a PropertyDescriptorCollection.

Implements

ICustomTypeDescriptor.GetProperties()

.NET Framework Security

See Also

Reference

LocalizableProperties Class

GetProperties Overload

Microsoft.VisualStudio.Shell Namespace