ITestElement.Id 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 the ID for this test element.
public:
property Microsoft::VisualStudio::TestTools::Common::TestId ^ Id { Microsoft::VisualStudio::TestTools::Common::TestId ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.TestId Id { get; }
member this.Id : Microsoft.VisualStudio.TestTools.Common.TestId
Public ReadOnly Property Id As TestId
Property Value
The ID for this test element.