次の方法で共有


LogRegistration.LogFilePathPrefix Property

Definition

Gets a string representing the directory and file prefix that should be logged.

public:
 property System::String ^ LogFilePathPrefix { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(Order=2)]
public string? LogFilePathPrefix { get; }
[<System.Runtime.Serialization.DataMember(Order=2)>]
member this.LogFilePathPrefix : string
Public ReadOnly Property LogFilePathPrefix As String

Property Value

Attributes

Remarks

This will return a string similar to "C:\Users\MyUsername\AppData\Local\Temp\VisualStuidoLogs\VS1294.Microsoft.VisualStudio.DiagnosticsHub.Warehouse". It is intended that the consumer will append their desired file extensions and write to those files.

Applies to