Udostępnij za pośrednictwem


Metoda LocalizableTypeConverter.GetProperties (array<PropertyInfo[])

Zwraca kolekcja, która zawiera opis właściwość dla określonej listy właściwość.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Function GetProperties ( _
    properties As PropertyInfo() _
) As PropertyDescriptorCollection
'Użycie
Dim instance As LocalizableTypeConverter
Dim properties As PropertyInfo()
Dim returnValue As PropertyDescriptorCollection

returnValue = instance.GetProperties(properties)
public PropertyDescriptorCollection GetProperties(
    PropertyInfo[] properties
)
public:
PropertyDescriptorCollection^ GetProperties(
    array<PropertyInfo^>^ properties
)
member GetProperties : 
        properties:PropertyInfo[] -> PropertyDescriptorCollection 
public function GetProperties(
    properties : PropertyInfo[]
) : PropertyDescriptorCollection

Parametry

Wartość zwracana

Typ: System.ComponentModel.PropertyDescriptorCollection
A PropertyDescriptorCollection obiekt, który zawiera opisy właściwość.