DataRowView.ICustomTypeDescriptor.GetComponentName メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンポーネントのこのインスタンスの名前を返します。
virtual System::String ^ System.ComponentModel.ICustomTypeDescriptor.GetComponentName() = System::ComponentModel::ICustomTypeDescriptor::GetComponentName;
string ICustomTypeDescriptor.GetComponentName ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetComponentName : unit -> string
override this.System.ComponentModel.ICustomTypeDescriptor.GetComponentName : unit -> string
Function GetComponentName () As String Implements ICustomTypeDescriptor.GetComponentName
戻り値
コンポーネントのこのインスタンスの名前。
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、DataRowView のインスタンスが ICustomTypeDescriptor インターフェイスにキャストされる場合のみ、使用できます。