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.