EventRecord.KeywordsDisplayNames プロパティ

定義

このイベントのキーワード マスクで使用されるキーワードの表示名を取得します。

public:
 abstract property System::Collections::Generic::IEnumerable<System::String ^> ^ KeywordsDisplayNames { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public abstract System.Collections.Generic.IEnumerable<string> KeywordsDisplayNames { get; }
member this.KeywordsDisplayNames : seq<string>
Public MustOverride ReadOnly Property KeywordsDisplayNames As IEnumerable(Of String)

プロパティ値

このイベントのキーワード マスクで使用されるキーワードの表示名を含んでいる文字列の列挙可能なコレクションを返します。

注釈

標準のイベント キーワードは、 列挙で StandardEventKeywords 定義されます。

適用対象

こちらもご覧ください