Share via


TestElement.SourceFileName Property

Definition

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

Applies to