Freigeben über


RunInfo.TextHashCode-Eigenschaft

Ruft den Hashcode für den Inhalt des Text-Elements ab.

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

Syntax

'Declaration
Public ReadOnly Property TextHashCode As Integer
    Get
public int TextHashCode { get; }
public:
property int TextHashCode {
    int get ();
}
member TextHashCode : int
function get TextHashCode () : int

Eigenschaftswert

Typ: System.Int32
Ein int.

.NET Framework-Sicherheit

Siehe auch

Referenz

RunInfo Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace