GetProperties Method
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Function GetProperties As PropertyDescriptorCollection
'Usage
Dim instance As DatabaseConfigurationExtender
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
Implements
ICustomTypeDescriptor..::..GetProperties() () () ()
See Also
Reference
DatabaseConfigurationExtender Class
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace