共用方式為


Setting 建構函式 (String, Object, Int32)

使用提供的名稱、值和警告層級,初始化 Setting 類別的新執行個體。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Common
組件:  Microsoft.VisualStudio.TestTools.UITest.Common (在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

語法

'宣告
Public Sub New ( _
    name As String, _
    value As Object, _
    warningLevel As Integer _
)
public Setting(
    string name,
    Object value,
    int warningLevel
)
public:
Setting(
    String^ name, 
    Object^ value, 
    int warningLevel
)
new : 
        name:string * 
        value:Object * 
        warningLevel:int -> Setting
public function Setting(
    name : String, 
    value : Object, 
    warningLevel : int
)

參數

  • warningLevel
    型別:System.Int32
    這個設定的警告層級。

.NET Framework 安全性

請參閱

參考

Setting 類別

Setting 多載

Microsoft.VisualStudio.TestTools.UITest.Common 命名空間