SqlClrReferenceNodeExtender.GetDefaultProperty Method
Returns the default property.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
Assembly: Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.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
public final function GetDefaultProperty() : PropertyDescriptor
abstract GetDefaultProperty : unit -> PropertyDescriptor
override GetDefaultProperty : unit -> PropertyDescriptor
Return Value
Type: System.ComponentModel.PropertyDescriptor
Implements
ICustomTypeDescriptor.GetDefaultProperty()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SqlClrReferenceNodeExtender Class
SqlClrReferenceNodeExtender Members
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders Namespace