DataViewBrowseObject.GetProperties メソッド (array<Attribute )

現在のの指定した属性を参照するオブジェクトを一致するプロパティの PropertyDescriptorCollection のコレクションを取得します。

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

構文

'宣言
Public Overridable Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection
public virtual PropertyDescriptorCollection GetProperties(
    Attribute[] attributes
)
public:
virtual PropertyDescriptorCollection^ GetProperties(
    array<Attribute^>^ attributes
)
abstract GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
override GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
public function GetProperties(
    attributes : Attribute[]
) : PropertyDescriptorCollection

パラメーター

  • attributes
    型 : array<System.Attribute[]
    Attribute の配列を返すにプロパティのフィルターとしてオブジェクトを指定します。

戻り値

型 : System.ComponentModel.PropertyDescriptorCollection
現在のの指定した属性を参照するオブジェクトを一致するプロパティを含む PropertyDescriptorCollection のコレクションを返します。

実装

ICustomTypeDescriptor.GetProperties(array<Attribute[])

.NET Framework セキュリティ

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

参照

関連項目

DataViewBrowseObject クラス

GetProperties オーバーロード

Microsoft.VisualStudio.Data.Framework 名前空間