ITestElement.Copy Property

Definition

Gets a copy of this test element.

public:
 property Microsoft::VisualStudio::TestTools::Common::ITestElement ^ Copy { Microsoft::VisualStudio::TestTools::Common::ITestElement ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.ITestElement Copy { get; }
member this.Copy : Microsoft.VisualStudio.TestTools.Common.ITestElement
Public ReadOnly Property Copy As ITestElement

Property Value

A copy of this test element.

Applies to