DelegatingConfigHost.GetConfigTypeName(Type) Metodo

Definizione

Restituisce una stringa che rappresenta il nome del tipo dell'oggetto di configurazione.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 virtual System::String ^ GetConfigTypeName(Type ^ t);
public virtual string GetConfigTypeName (Type t);
abstract member GetConfigTypeName : Type -> string
override this.GetConfigTypeName : Type -> string
Public Overridable Function GetConfigTypeName (t As Type) As String

Parametri

t
Type

Un oggetto Type.

Restituisce

Stringa che rappresenta il nome del tipo dell'oggetto di configurazione.

Implementazioni

Si applica a