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 。 不過,如果元件位於巢狀容器或具有其他巢狀語意中,它可能會傳回不同的完整名稱。