IInternalConfigHost.GetConfigType(String, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 Type 物件,表示組態物件的型別。
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
參數
- typeName
- String
類型名稱。
- throwOnError
- Boolean
true
表示發生錯誤時擲回例外狀況;否則為 false
。
傳回
Type 物件,表示組態物件的型別。