TypeDescriptionProvider.GetFullComponentName(Object) メソッド

定義

指定したコンポーネントの名前を取得します。コンポーネントに名前がない場合は null を取得します。

public:
 virtual System::String ^ GetFullComponentName(System::Object ^ component);
public virtual string GetFullComponentName (object component);
public virtual string? GetFullComponentName (object component);
abstract member GetFullComponentName : obj -> string
override this.GetFullComponentName : obj -> string
Public Overridable Function GetFullComponentName (component As Object) As String

パラメーター

component
Object

指定したコンポーネント。

戻り値

指定したコンポーネントの名前。

例外

componentnullです。

適用対象