EventRecord.Bookmark 属性
定义
获取与此事件对应的占位符(书签)。Gets a placeholder (bookmark) that corresponds to this event. 它可在事件流中用作占位符。This can be used as a placeholder in a stream of events.
public:
abstract property System::Diagnostics::Eventing::Reader::EventBookmark ^ Bookmark { System::Diagnostics::Eventing::Reader::EventBookmark ^ get(); };
public abstract System.Diagnostics.Eventing.Reader.EventBookmark Bookmark { get; }
member this.Bookmark : System.Diagnostics.Eventing.Reader.EventBookmark
Public MustOverride ReadOnly Property Bookmark As EventBookmark
属性值
返回一个 EventBookmark 对象。Returns a EventBookmark object.