TypeDescriptor.GetFullComponentName(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回组件的完全限定名。
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
参数
返回
如果组件没有名称,则为指定组件的完全限定名称,或 null
。
例外
component
为 null
。
注解
在许多情况下, GetFullComponentName 方法将返回与 方法相同的值 GetComponentName 。 但是,如果组件驻留在嵌套容器中或具有其他嵌套语义,则它可能会返回不同的完全限定名称。