共用方式為


SettingMismatch.SourceValue 屬性

取得或設定來源設定的值。

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

語法

'宣告
Public Property SourceValue As String
public string SourceValue { get; set; }
public:
property String^ SourceValue {
    String^ get ();
    void set (String^ value);
}
member SourceValue : string with get, set
function get SourceValue () : String
function set SourceValue (value : String)

屬性值

型別:System.String
來源值。

.NET Framework 安全性

請參閱

參考

SettingMismatch 類別

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