TypeDescriptionProvider.GetFullComponentName(Object) Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Lekéri a megadott összetevő nevét, vagy null ha az összetevőnek nincs neve.
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
Paraméterek
- component
- Object
A megadott összetevő.
Válaszok
A megadott összetevő neve.
- Attribútumok
Kivételek
component az null.