Freigeben über


ITestElement.Copy-Eigenschaft

Ruft eine Kopie dieses Testelements ab.

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

Syntax

'Declaration
ReadOnly Property Copy As ITestElement
ITestElement Copy { get; }
property ITestElement^ Copy {
    ITestElement^ get ();
}
abstract Copy : ITestElement with get
function get Copy () : ITestElement

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.Common.ITestElement
Eine Kopie dieses Testelements.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestElement Schnittstelle

Microsoft.VisualStudio.TestTools.Common-Namespace