_Category.ShortcutKey 属性

定义

返回或设置一个 OlCategoryShortcutKey 常量,该常量指定对象使用的 Category 快捷键。 读/写。

public:
 property Microsoft::Office::Interop::Outlook::OlCategoryShortcutKey ShortcutKey { Microsoft::Office::Interop::Outlook::OlCategoryShortcutKey get(); void set(Microsoft::Office::Interop::Outlook::OlCategoryShortcutKey value); };
public Microsoft.Office.Interop.Outlook.OlCategoryShortcutKey ShortcutKey { get; set; }
Public Property ShortcutKey As OlCategoryShortcutKey

属性值

注解

在任何给定时间只能由一个 类别 对象使用除 olCategoryShortcutKeyNone 之外的任何 OlCategoryShortcutKey 常量。 设置此属性的值为 OlCategoryShortcutKey 的常量已经在使用集已经在使用指定的值与 olCategoryShortcutKeyNone类别 对象的 ShortcutKey 属性。

适用于