The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestElement::ProjectData Property
Gets or sets the data for the test project that contains this test element.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: [VisiblePropertyAttribute] property ProjectData^ ProjectData { virtual ProjectData^ get(); virtual void set(ProjectData^ value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.Common::ProjectData^The data for the test project.
Implements
ITestElement::ProjectData
Show: