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 定义。

适用于

另请参阅