Freigeben über


AssertAction.ValueType-Eigenschaft

Der Typ des Eigenschaftswerts.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public ReadOnly Property ValueType As Type
    Get
public Type ValueType { get; }
public:
property Type^ ValueType {
    Type^ get ();
}
member ValueType : Type
function get ValueType () : Type

Eigenschaftswert

Typ: System.Type
Der Typ des Eigenschaftswerts.

.NET Framework-Sicherheit

Siehe auch

Referenz

AssertAction Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace