ITestElement.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:
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.