Freigeben über


UITestPropertyDescriptor.DataType-Eigenschaft

Ruft den Datentyp des Eigenschaftswerts ab.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

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

Eigenschaftswert

Typ: System.Type
Der Datentyp des Eigenschaftswerts.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestPropertyDescriptor Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace