EventRecord.KeywordsDisplayNames 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此事件的关键字掩码中使用的关键字的显示名称。
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 定义。