SettingMismatch 建構函式 (String, String, MismatchType, Int32)
使用提供的不符名稱、值、類型與警告層級,初始化 SettingMismatch 類別的新執行個體。
命名空間: Microsoft.VisualStudio.TestTools.UITest.Common
組件: Microsoft.VisualStudio.TestTools.UITest.Common (在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)
語法
'宣告
Public Sub New ( _
name As String, _
value As String, _
mismatchType As MismatchType, _
warningLevel As Integer _
)
public SettingMismatch(
string name,
string value,
MismatchType mismatchType,
int warningLevel
)
public:
SettingMismatch(
String^ name,
String^ value,
MismatchType mismatchType,
int warningLevel
)
new :
name:string *
value:string *
mismatchType:MismatchType *
warningLevel:int -> SettingMismatch
public function SettingMismatch(
name : String,
value : String,
mismatchType : MismatchType,
warningLevel : int
)
參數
- name
型別:System.String
來源設定的名稱。
- value
型別:System.String
來源設定的值
- mismatchType
型別:Microsoft.VisualStudio.TestTools.UITest.Common.MismatchType
不符的類型 (SourceOnly 或 TargetOnly)。
- warningLevel
型別:System.Int32
設定的警告層級。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。