次の方法で共有


LocalizableTypeConverter.GetProperties メソッド (array<PropertyInfo )

指定したプロパティ一覧のプロパティの説明を保持するコレクションを返します。 このメンバーをコード内で直接参照しないでください。このメンバーは、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

パラメーター

戻り値

型: System.ComponentModel.PropertyDescriptorCollection
プロパティの説明を保持する PropertyDescriptorCollection オブジェクトです。

関連項目

参照

LocalizableTypeConverter クラス

GetProperties オーバーロード

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間