ValidateHtmlSelectTag.SelectTagName 属性

获取或设置选定的标记名。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
Public Property SelectTagName As String
    Get
    Set
public string SelectTagName { get; set; }
public:
property String^ SelectTagName {
    String^ get ();
    void set (String^ value);
}
member SelectTagName : string with get, set
function get SelectTagName () : String
function set SelectTagName (value : String)

属性值

类型:System.String
选定标记的名称。

.NET Framework 安全性

请参见

参考

ValidateHtmlSelectTag 类

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