_Category.ShortcutKey Propriété

Définition

Renvoie ou définit une OlCategoryShortcutKey constante qui spécifie la touche de raccourci utilisée par l’objet Category . Lecture-écriture.

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

Valeur de propriété

Remarques

Une constante OlCategoryShortcutKey autre que olCategoryShortcutKeyNone ne peut être utilisée que par un seul objet Category en même temps. Le fait de définir la valeur de cette propriété sur une constante OlCategoryShortcutKey déjà utilisée définit la propriété ShortcutKey de l'objet Category utilisant déjà la valeur spécifiée sur olCategoryShortcutKeyNone.

S’applique à