EventSourceOptions.Keywords 属性

定义

获取或设置应用于事件的关键字。 如果未设置此属性,则事件的关键字将为 None

public:
 property System::Diagnostics::Tracing::EventKeywords Keywords { System::Diagnostics::Tracing::EventKeywords get(); void set(System::Diagnostics::Tracing::EventKeywords value); };
public System.Diagnostics.Tracing.EventKeywords Keywords { get; set; }
member this.Keywords : System.Diagnostics.Tracing.EventKeywords with get, set
Public Property Keywords As EventKeywords

属性值

应用于事件的关键字;如果未设置关键字,则为 None

适用于