Edit

Share via


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

Parameters

component
Object

The specified component.

Returns

The name of the specified component.

Attributes

Exceptions

component is null.

Applies to