GetDefaultProperty 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 GetDefaultProperty As PropertyDescriptor
'Usage
Dim instance As SqlClrReferenceNodeExtender
Dim returnValue As PropertyDescriptor
returnValue = instance.GetDefaultProperty()
public PropertyDescriptor GetDefaultProperty()
public:
virtual PropertyDescriptor^ GetDefaultProperty() sealed
abstract GetDefaultProperty : unit -> PropertyDescriptor
override GetDefaultProperty : unit -> PropertyDescriptor
public final function GetDefaultProperty() : PropertyDescriptor
Return Value
Type: System.ComponentModel..::..PropertyDescriptor
Implements
ICustomTypeDescriptor..::..GetDefaultProperty() () () ()
See Also
Reference
SqlClrReferenceNodeExtender Class
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace