Méthode LocalizableTypeConverter.GetProperties (array<PropertyInfo )
Returns a collection that contains the property descriptions for the specified list of properties. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Function GetProperties ( _
properties As PropertyInfo() _
) As PropertyDescriptorCollection
'Utilisation
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
Paramètres
- properties
Type : array<System.Reflection.PropertyInfo[]
A list of properties.
Valeur de retour
Type : System.ComponentModel.PropertyDescriptorCollection
A PropertyDescriptorCollection object that contains the property descriptions.