ActivityLog.LogFilePath 属性

定义

获取当前应用程序的活动日志的路径。

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

属性值

String

日志文件路径

注解

如果 SVsShell 服务不可用,则可能会引发。

适用于