共用方式為


DelegatingConfigHost.GetConfigType(String, Boolean) 方法

定義

傳回 Type,表示組態的型別。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

參數

typeName
String

字串,表示組態型別。

throwOnError
Boolean

true 是表示如果遇到錯誤時應該擲回例外狀況,而 false 則表示如果遇到錯誤時不應該擲回例外狀況。

傳回

Type,表示組態的型別。

實作

適用於