Aracılığıyla paylaş


TypeDescriptionProvider.GetFullComponentName(Object) Yöntem

Tanım

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

public:
 virtual System::String ^ GetFullComponentName(System::Object ^ component);
public virtual string GetFullComponentName (object component);
public virtual string? GetFullComponentName (object component);
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ı.

Özel durumlar

component, null değeridir.

Şunlara uygulanır