LocalizableProperties.GetProperties Method

Gets the collection of properties.

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

声明
Public Function GetProperties As PropertyDescriptorCollection
用法
Dim instance As LocalizableProperties
Dim returnValue As PropertyDescriptorCollection

returnValue = instance.GetProperties()
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

LocalizableProperties Members

GetProperties Overload

Microsoft.VisualStudio.Shell Namespace