HtmlVideo.PropertyNames 类

包含 HtmlVideo 的属性名称。

继承层次结构

System.Object
  Microsoft.VisualStudio.TestTools.UITesting.UITestControl.PropertyNames
    Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlControl.PropertyNames
      Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlMedia.PropertyNames
        Microsoft.VisualStudio.TestTools.UITesting.HtmlControls.HtmlVideo.PropertyNames

命名空间:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
程序集:  Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

语法

声明
<CLSCompliantAttribute(True)> _
Public MustInherit Class PropertyNames _
    Inherits HtmlMedia.PropertyNames
[CLSCompliantAttribute(true)]
public abstract class PropertyNames : HtmlMedia.PropertyNames
[CLSCompliantAttribute(true)]
public ref class PropertyNames abstract : public HtmlMedia::PropertyNames
[<AbstractClass>]
[<CLSCompliantAttribute(true)>]
type PropertyNames =  
    class
        inherit HtmlMedia.PropertyNames
    end
public abstract class PropertyNames extends HtmlMedia..::..PropertyNames

HtmlVideo.PropertyNames 类型公开以下成员。

构造函数

  名称 说明
受保护的方法 HtmlVideo.PropertyNames

页首

方法

  名称 说明
公共方法 Equals(Object) 确定所提供的对象是否等于当前实例。 (继承自 UITestControl.PropertyNames。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 UITestControl.PropertyNames。)
公共方法 GetType 返回控件的 Type。 (继承自 UITestControl.PropertyNames。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 ToString 返回此实例的字符串表示形式。 (继承自 UITestControl.PropertyNames。)

页首

字段

  名称 说明
公共字段静态成员 Poster 获取此视频的发布者特性的值。 可用于进行搜索。 数据类型:System.String
公共字段静态成员 VideoHeight
公共字段静态成员 VideoWidth 获取视频的宽度。 数据类型:System.Int32

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls 命名空间