Compartir a través de


DelegatingConfigHost.GetConfigTypeName(Type) Método

Definición

Devuelve una cadena que representa el nombre de tipo del objeto de configuración.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Parámetros

t
Type

Un objeto Type.

Devoluciones

Una cadena que representa el nombre de tipo del objeto de configuración.

Implementaciones

Se aplica a