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