_Category.ShortcutKey Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.