DkmSourceLinkInfo.RelativeFilePath 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.
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