TypeDescriptionProvider.GetFullComponentName(Object) Метод
Определение
Возвращает имя заданного компонента или null
, если у компонента нет имени.Gets the name of the specified component, or null
if the component has no name.
public:
virtual System::String ^ GetFullComponentName(System::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
Заданный компонент.The specified component.
Возвраты
Имя заданного компонента.The name of the specified component.
Исключения
component
— null
.component
is null
.