GetProperties 方法 (PropertyInfo[])
Returns a collection that contains the property descriptions for the specified list of properties. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Function GetProperties ( _
properties As PropertyInfo() _
) As PropertyDescriptorCollection
用法
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
参数
- properties
类型:array<System.Reflection. . :: . .PropertyInfo> [] () [] []
A list of properties.
返回值
类型:System.ComponentModel. . :: . .PropertyDescriptorCollection
A PropertyDescriptorCollection object that contains the property descriptions.