TypeDescriptor.GetFullComponentName(Object) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
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.