UIElementType Énumération
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.
Décrit les types d’UIElements à fournir via IUIElementProvider<TItem,TContext> .
public enum class UIElementType
public enum class UIElementType
enum UIElementType
public enum UIElementType
type UIElementType =
Public Enum UIElementType
- Héritage
-
UIElementType
Champs
| Large | 1 | Grand UIElement représentant l’objet en question. |
| Small | 0 | Petit UIElement représentant l’objet en question. |
| Tooltip | 2 | UIElement à héberger dans une info-bulle représentant l’objet en question. |