GetProperties メソッド (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
パラメーター
- properties
型: array<System.Reflection. . :: . .PropertyInfo> [] () [] []
プロパティの一覧です。
戻り値
型: System.ComponentModel. . :: . .PropertyDescriptorCollection
プロパティの説明を保持する PropertyDescriptorCollection オブジェクトです。