Share via


SqlDatabaseSchemaViewNodeExtender.GetProperties Method

Returns properties.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.DatabaseSchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)

Syntax

'Declaration
Public Function GetProperties As PropertyDescriptorCollection
'Usage
Dim instance As SqlDatabaseSchemaViewNodeExtender 
Dim returnValue As PropertyDescriptorCollection 

returnValue = instance.GetProperties()
public PropertyDescriptorCollection GetProperties()
public:
virtual PropertyDescriptorCollection^ GetProperties() sealed
public final function GetProperties() : PropertyDescriptorCollection

Return Value

Type: System.ComponentModel.PropertyDescriptorCollection

Implements

ICustomTypeDescriptor.GetProperties()

.NET Framework Security

See Also

Reference

SqlDatabaseSchemaViewNodeExtender Class

SqlDatabaseSchemaViewNodeExtender Members

GetProperties Overload

Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.DatabaseSchemaView Namespace