次の方法で共有


DataViewPropertyDescriptor.GetChildProperties メソッド (Object, array<Attribute[])

フィルター属性として指定の配列を使用して特定のコンポーネントの PropertyDescriptorCollection を返します。

名前空間:  Microsoft.VisualStudio.Data.Framework
アセンブリ:  Microsoft.VisualStudio.Data.Framework (Microsoft.VisualStudio.Data.Framework.dll 内)

構文

'宣言
Public Overrides Function GetChildProperties ( _
    instance As Object, _
    filter As Attribute() _
) As PropertyDescriptorCollection
public override PropertyDescriptorCollection GetChildProperties(
    Object instance,
    Attribute[] filter
)
public:
virtual PropertyDescriptorCollection^ GetChildProperties(
    Object^ instance, 
    array<Attribute^>^ filter
) override
abstract GetChildProperties : 
        instance:Object * 
        filter:Attribute[] -> PropertyDescriptorCollection  
override GetChildProperties : 
        instance:Object * 
        filter:Attribute[] -> PropertyDescriptorCollection
public override function GetChildProperties(
    instance : Object, 
    filter : Attribute[]
) : PropertyDescriptorCollection

パラメーター

  • instance
    型 : Object

    プロパティを取得する対象のコンポーネント。

  • filter
    型 : array<Attribute[]

    Attribute の配列はフィルターとして使用するオブジェクトを指定します。

戻り値

型 : PropertyDescriptorCollection
指定したコンポーネントのプロパティのうち、指定した属性に一致するプロパティを格納している PropertyDescriptorCollection

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

DataViewPropertyDescriptor クラス

GetChildProperties オーバーロード

Microsoft.VisualStudio.Data.Framework 名前空間