Information
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::ProjectRelativePath Property

 

Gets the relative path of the test project that contains this test element.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
[UserVisiblePropertyAttribute("{E0D317A6-6F41-455d-BD72-B4344CC5EC0B}")]
[DefaultValueAttribute("")]
[PropertyWindowAttribute]
property String^ ProjectRelativePath {
	virtual String^ get();
}

Property Value

Type: System::String^

The relative path of the test project that contains this test element.

Return to top
Show: