共用方式為


ExtractHiddenFields.ContextParameterName 屬性

取得或設定擷取之屬性的名稱。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public Overrides Property ContextParameterName As String
[BrowsableAttribute(false)]
public override string ContextParameterName { get; set; }
[BrowsableAttribute(false)]
public:
virtual property String^ ContextParameterName {
    String^ get () override;
    void set (String^ value) override;
}
[<BrowsableAttribute(false)>]
abstract ContextParameterName : string with get, set
[<BrowsableAttribute(false)>]
override ContextParameterName : string with get, set
override function get ContextParameterName () : String
override function set ContextParameterName (value : String)

屬性值

型別:System.String
擷取之屬性的名稱。

備註

在後續要求中,您可使用這個名稱繫結至資料項目。這是用來群組或識別從單一回應中擷取的隱藏欄位。

.NET Framework 安全性

請參閱

參考

ExtractHiddenFields 類別

Microsoft.VisualStudio.TestTools.WebTesting.Rules 命名空間