Freigeben über


SqlClrReferenceNodeExtender.GetProperties-Methode (array<Attribute )

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)

Syntax

'Declaration
Public Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection
public PropertyDescriptorCollection GetProperties(
    Attribute[] attributes
)
public:
virtual PropertyDescriptorCollection^ GetProperties(
    array<Attribute^>^ attributes
) sealed
abstract GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
override GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
public final function GetProperties(
    attributes : Attribute[]
) : PropertyDescriptorCollection

Parameter

Rückgabewert

Typ: System.ComponentModel.PropertyDescriptorCollection

Implementiert

ICustomTypeDescriptor.GetProperties(array<Attribute[])

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlClrReferenceNodeExtender Klasse

GetProperties-Überladung

Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal-Namespace