AxHost.ICustomTypeDescriptor.GetProperties メソッド

定義

現在のオブジェクトのプロパティを返します。

オーバーロード

ICustomTypeDescriptor.GetProperties()

現在のオブジェクトのプロパティを返します。

ICustomTypeDescriptor.GetProperties(Attribute[])

指定した属性配列をフィルターとして使用して、現在のオブジェクトのプロパティを返します。

ICustomTypeDescriptor.GetProperties()

現在のオブジェクトのプロパティを返します。

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties() = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties () As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

戻り値

PropertyDescriptorCollection

現在のオブジェクトのイベントを表す PropertyDescriptorCollection

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、AxHost のインスタンスが ICustomTypeDescriptor インターフェイスにキャストされる場合のみ、使用できます。

適用対象

ICustomTypeDescriptor.GetProperties(Attribute[])

指定した属性配列をフィルターとして使用して、現在のオブジェクトのプロパティを返します。

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties (Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

パラメーター

attributes
Attribute[]

フィルターとして使用される Attribute 型の配列。

戻り値

PropertyDescriptorCollection

現在の PropertyDescriptorCollection のイベントのうち、指定した一連の属性と一致するイベントを表す AxHost

実装

適用対象