TypeDescriptionProvider.GetFullComponentName(Object) Метод

Определение

Возвращает имя заданного компонента или null, если у компонента нет имени.

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

Параметры

component
Object

Заданный компонент.

Возвращаемое значение

Имя заданного компонента.

Исключения

component имеет значение null.

Применяется к