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 。 但是,如果组件驻留在嵌套容器中或具有其他嵌套语义,则它可能会返回不同的完全限定名称。

适用于

另请参阅