DbConnectionStringBuilder.ICustomTypeDescriptor.GetComponentName メソッド

定義

コンポーネントのこのインスタンスの名前を返します。

 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

返品

オブジェクトの名前。オブジェクトに名前がない場合は null

実装

注釈

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

詳細については、GetComponentNameを参照してください。

適用対象

こちらもご覧ください