AssertAction.ValueType 属性

属性值的类型。

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

语法

声明
Public ReadOnly Property ValueType As Type
public Type ValueType { get; }
public:
property Type^ ValueType {
    Type^ get ();
}
member ValueType : Type with get
function get ValueType () : Type

属性值

类型:System.Type
属性值的类型。

.NET Framework 安全性

请参见

参考

AssertAction 类

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