属性值的类型。
命名空间: Microsoft.VisualStudio.TestTools.UITest.Common
程序集: Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)
语法
public Type ValueType { get; }
public:
property Type^ ValueType {
Type^ get();
}
member ValueType : Type with get
Public ReadOnly Property ValueType As Type
属性值
Type: System.Type
属性值的类型。
请参阅
AssertAction 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间
返回页首