Partager via


IntelliTraceSourceLocation.FileName Property

Gets the file name of the file for this source location.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

'Déclaration
Public Property FileName As String
    Get
    Private Set
public string FileName { get; private set; }
public:
property String^ FileName {
    String^ get ();
    private: void set (String^ value);
}
member FileName : string with get, private set
function get FileName () : String
private function set FileName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IntelliTraceSourceLocation Class

Microsoft.VisualStudio.IntelliTrace Namespace