TypeDescriptor.GetFullComponentName(Object) Yöntem

Tanım

Bileşenin tam adını döndürür.

public:
 static System::String ^ GetFullComponentName(System::Object ^ component);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The Type of component cannot be statically discovered.")]
public static string? GetFullComponentName(object component);
public static string GetFullComponentName(object component);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The Type of component cannot be statically discovered.")>]
static member GetFullComponentName : obj -> string
static member GetFullComponentName : obj -> string
Public Shared Function GetFullComponentName (component As Object) As String

Parametreler

component
Object

Component adını bulmak için.

Döndürülenler

Belirtilen bileşenin tam adı veya null bileşenin adı yoksa.

Öznitelikler

Özel durumlar

component, null'e eşittir.

Açıklamalar

Çoğu durumda yöntemi yöntemiyle GetFullComponentName aynı değeri GetComponentName döndürür. Ancak, bileşen iç içe bir kapsayıcıda bulunuyorsa veya başka iç içe semantiği varsa, farklı bir tam ad döndürebilir.

Şunlara uygulanır

Ayrıca bkz.