LogStore.Handle 属性

定义

获取当前 LogStore 实例封装的日志文件的操作系统文件句柄。Gets the operating system file handle for the log file that the current LogStore instance encapsulates.

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

属性值

SafeFileHandle

当前 LogStore 实例封装的日志文件的操作系统文件句柄。The operating system file handle for the log file that the current LogStore instance encapsulates.

适用于