TestElement.SourceFileName 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 path and file name for the test that contains this element.
public:
property System::String ^ SourceFileName { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.VisualStudio.TestTools.Common.VisibleProperty]
public string SourceFileName { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.VisibleProperty>]
member this.SourceFileName : string with get, set
Public Property SourceFileName As String
Property Value
The path and file name for the test that contains this element.
Implements
- Attributes