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

適用於