_Category.ShortcutKey Propiedad

Definición

Devuelve o establece una OlCategoryShortcutKey constante que especifica la tecla de método abreviado utilizada por el Category objeto . Lectura y escritura.

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

Valor de propiedad

Comentarios

Cualquier constante OlCategoryShortcutKey distinta de olCategoryShortcutKeyNone sólo puede utilizarse a un objeto Category en un momento dado. Establece el valor de esta propiedad en una constante OlCategoryShortcutKey ya establece la propiedad ShortcutKey del objeto Category ya está usando el valor especificado en olCategoryShortcutKeyNone.

Se aplica a