TestElement.Copy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a copy of this test element.
public:
virtual property Microsoft::VisualStudio::TestTools::Common::ITestElement ^ Copy { Microsoft::VisualStudio::TestTools::Common::ITestElement ^ get(); };
public virtual Microsoft.VisualStudio.TestTools.Common.ITestElement Copy { get; }
member this.Copy : Microsoft.VisualStudio.TestTools.Common.ITestElement
Public Overridable ReadOnly Property Copy As ITestElement
Property Value
A copy of this test element.