GetProperties Método (PropertyInfo[])
Returns a collection that contains the property descriptions for the specified list of properties. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Function GetProperties ( _
properties As PropertyInfo() _
) As PropertyDescriptorCollection
'Uso
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
Parámetros
- properties
Tipo: array<System.Reflection. . :: . .PropertyInfo> [] () [] []
A list of properties.
Valor devuelto
Tipo: System.ComponentModel. . :: . .PropertyDescriptorCollection
A PropertyDescriptorCollection object that contains the property descriptions.