DkmSourceLinkInfo.RelativeFilePath Property

Definition

A relative file path for the Source Link entry. For example, if the SourceLink map contains 'C:\foo\*' and this maps to 'C:\foo\bar\baz.cs', the RelativeFilePath is 'bar\baz.cs'. For absolute SourceLink mappings, RelativeFilePath will simply be the name of the file.

This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).

public:
 property System::String ^ RelativeFilePath { System::String ^ get(); };
public:
 property Platform::String ^ RelativeFilePath { Platform::String ^ get(); };
public string RelativeFilePath { get; }
member this.RelativeFilePath : string
Public ReadOnly Property RelativeFilePath As String

Property Value

Applies to