TypeDescriptionProvider.GetFullComponentName(Object) Yöntem

Tanım

Belirtilen bileşenin adını veya null bileşenin adı yoksa alır.

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

Parametreler

component
Object

Belirtilen bileşen.

Döndürülenler

Belirtilen bileşenin adı.

Öznitelikler

Özel durumlar

component, null'e eşittir.

Şunlara uygulanır