Share via


GetProperties Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Overridable Function GetProperties As PropertyDescriptorCollection
'Usage
Dim instance As LocalizableProperties
Dim returnValue As PropertyDescriptorCollection

returnValue = instance.GetProperties()
public virtual PropertyDescriptorCollection GetProperties()
public:
virtual PropertyDescriptorCollection^ GetProperties()
abstract GetProperties : unit -> PropertyDescriptorCollection 
override GetProperties : unit -> PropertyDescriptorCollection 
public function GetProperties() : PropertyDescriptorCollection

Return Value

Type: System.ComponentModel..::..PropertyDescriptorCollection

Implements

ICustomTypeDescriptor..::..GetProperties() () () ()

See Also

Reference

LocalizableProperties Class

GetProperties Overload

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace