SubMenuStyle.ICustomTypeDescriptor.GetProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このメンバーの詳細については、「GetProperties」をご覧ください。
オーバーロード
ICustomTypeDescriptor.GetProperties() |
このメンバーの詳細については、「GetProperties()」をご覧ください。 |
ICustomTypeDescriptor.GetProperties(Attribute[]) |
このメンバーの詳細については、「GetProperties(Attribute[])」をご覧ください。 |
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 インスタンスが インターフェイスに SubMenuStyle キャスト ICustomTypeDescriptor されている場合にのみ使用できます。
ICustomTypeDescriptor.GetProperties()
このメンバーの詳細については、「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。
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 インスタンスが インターフェイスに SubMenuStyle キャスト ICustomTypeDescriptor されている場合にのみ使用できます。
適用対象
ICustomTypeDescriptor.GetProperties(Attribute[])
このメンバーの詳細については、「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
パラメーター
戻り値
このインスタンスのフィルター処理されたプロパティを格納している PropertyDescriptorCollection オブジェクト。
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 インスタンスが インターフェイスに SubMenuStyle キャスト ICustomTypeDescriptor されている場合にのみ使用できます。
適用対象
.NET