DelegatingConfigHost.GetConfigType(String, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 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,表示組態的型別。