DelegatingConfigHost.GetConfigTypeName(Type) Method

Definition

Returns a string representing the type name of the configuration object.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Parameters

t
Type

A Type object.

Returns

A string representing the type name of the configuration object.

Implements

Applies to