DataRowView.ICustomTypeDescriptor.GetProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンポーネントのこのインスタンスのプロパティを返します。
オーバーロード
ICustomTypeDescriptor.GetProperties() |
コンポーネントのこのインスタンスのプロパティを返します。 |
ICustomTypeDescriptor.GetProperties(Attribute[]) |
指定された属性を持つコンポーネントのこのインスタンスのプロパティを返します。 |
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、DataRowView のインスタンスが ICustomTypeDescriptor インターフェイスにキャストされる場合のみ、使用できます。
ICustomTypeDescriptor.GetProperties()
- ソース:
- DataRowView.cs
- ソース:
- DataRowView.cs
- ソース:
- DataRowView.cs
コンポーネントのこのインスタンスのプロパティを返します。
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
戻り値
コンポーネントのこのインスタンスのプロパティ。
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、DataRowView のインスタンスが ICustomTypeDescriptor インターフェイスにキャストされる場合のみ、使用できます。
適用対象
ICustomTypeDescriptor.GetProperties(Attribute[])
- ソース:
- DataRowView.cs
- ソース:
- DataRowView.cs
- ソース:
- DataRowView.cs
指定された属性を持つコンポーネントのこのインスタンスのプロパティを返します。
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[]
属性。
戻り値
コンポーネントのこのインスタンスのプロパティ。
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、DataRowView のインスタンスが ICustomTypeDescriptor インターフェイスにキャストされる場合のみ、使用できます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET