TypeDescriptionProvider.GetFullComponentName(Object) Method

Definition

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);
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

Parameters

component
Object

The specified component.

Returns

The name of the specified component.

Exceptions

component is null.

Applies to