TypeDescriptor.GetFullComponentName(Object) メソッド

定義

コンポーネントの完全修飾名を返します。

public:
 static System::String ^ GetFullComponentName(System::Object ^ component);
public static string GetFullComponentName (object component);
public static string? GetFullComponentName (object component);
static member GetFullComponentName : obj -> string
Public Shared Function GetFullComponentName (component As Object) As String

パラメーター

component
Object

名前を検索する Component

戻り値

指定されたコンポーネントの完全修飾名。コンポーネントに名前がない場合は null

例外

componentnull です。

注釈

多くの場合、 メソッドは GetFullComponentName メソッドと同じ値を GetComponentName 返します。 ただし、コンポーネントが入れ子になったコンテナーに存在する場合、または他の入れ子になったセマンティクスを持つ場合は、別の完全修飾名を返す可能性があります。

適用対象

こちらもご覧ください