Freigeben über


IInternalConfigHost.GetConfigType(String, Boolean) Methode

Definition

Gibt ein Type-Objekt zurück, das den Typ des Konfigurationsobjekts darstellt.

public:
 Type ^ GetConfigType(System::String ^ typeName, bool throwOnError);
public Type GetConfigType (string typeName, bool throwOnError);
abstract member GetConfigType : string * bool -> Type
Public Function GetConfigType (typeName As String, throwOnError As Boolean) As Type

Parameter

typeName
String

Der Typname.

throwOnError
Boolean

true , um eine Ausnahme auszulösen, wenn ein Fehler auftritt; falseandernfalls .

Gibt zurück

Ein Type-Objekt, das den Typ des Konfigurationsobjekts darstellt.

Gilt für: