GetProperties メソッド (ITypeDescriptorContext, Object, Attribute[])
指定したオブジェクトに関するプロパティの説明のコレクションを返します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public Overrides Function GetProperties ( _
context As ITypeDescriptorContext, _
value As Object, _
filter As Attribute() _
) As PropertyDescriptorCollection
'使用
Dim instance As LocalizableTypeConverter
Dim context As ITypeDescriptorContext
Dim value As Object
Dim filter As Attribute()
Dim returnValue As PropertyDescriptorCollection
returnValue = instance.GetProperties(context, _
value, filter)
public override PropertyDescriptorCollection GetProperties(
ITypeDescriptorContext context,
Object value,
Attribute[] filter
)
public:
virtual PropertyDescriptorCollection^ GetProperties(
ITypeDescriptorContext^ context,
Object^ value,
array<Attribute^>^ filter
) override
abstract GetProperties :
context:ITypeDescriptorContext *
value:Object *
filter:Attribute[] -> PropertyDescriptorCollection
override GetProperties :
context:ITypeDescriptorContext *
value:Object *
filter:Attribute[] -> PropertyDescriptorCollection
public override function GetProperties(
context : ITypeDescriptorContext,
value : Object,
filter : Attribute[]
) : PropertyDescriptorCollection
パラメーター
- context
型: System.ComponentModel. . :: . .ITypeDescriptorContext
コンテキスト情報を保持する ITypeDescriptorContext オブジェクトです。この値は使用されていません。
- value
型: System. . :: . .Object
プロパティの説明を取得するオブジェクトです。
- filter
型: array<System. . :: . .Attribute> [] () [] []
フィルターとして使用される Attribute オブジェクトの配列です。この値は使用されていません。
戻り値
型: System.ComponentModel. . :: . .PropertyDescriptorCollection
指定したオブジェクトに関するプロパティの説明のコレクションです。