LogStore.Handle 属性
定义
public:
property Microsoft::Win32::SafeHandles::SafeFileHandle ^ Handle { Microsoft::Win32::SafeHandles::SafeFileHandle ^ get(); };
public Microsoft.Win32.SafeHandles.SafeFileHandle Handle { get; }
member this.Handle : Microsoft.Win32.SafeHandles.SafeFileHandle
Public ReadOnly Property Handle As SafeFileHandle
属性值
当前 LogStore 实例封装的日志文件的操作系统文件句柄。The operating system file handle for the log file that the current LogStore instance encapsulates.