DragPatternIdentifiers Classe
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.
Contient des valeurs utilisées comme identificateurs par IDragProvider.
public ref class DragPatternIdentifiers sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DragPatternIdentifiers final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DragPatternIdentifiers
Public NotInheritable Class DragPatternIdentifiers
- Héritage
- Attributs
Remarques
Les classes telles que DragPatternIdentifiers sont les identificateurs de l’implémentation Windows Runtime d’un modèle de fournisseur commun pour Microsoft UI Automation. Vous pouvez utiliser ces identificateurs si vous implémentez un Windows Runtime homologue d’automatisation personnalisé qui signale la prise en charge d’IDragProvider dans son implémentation AutomationPeer.GetPattern. Ces identificateurs sont nécessaires pour les appels AutomationPeer.RaisePropertyChangedEvent que vous effectuez à partir du code de contrôle qui référence votre propre homologue, ou pour Provider.IItemContainerProvider.FindItemByProperty dans un homologue de conteneur d’éléments.
Ce même modèle est généralement exposé aux clients d’une autre manière, en fonction de la technologie qu’ils utilisent pour implémenter le client et examiner l’arborescence Microsoft UI Automation. IDragProvider est également présenté sous la forme d’une interface COM (Component Object Model).
Propriétés
DropEffectProperty |
Obtient l’identificateur de la propriété Automation DropEffect . |
DropEffectsProperty |
Obtient l’identificateur de la propriété Automation DropEffects . |
GrabbedItemsProperty |
Obtient l’identificateur de la propriété Automation GrabbedItems . |
IsGrabbedProperty |
Obtient l’identificateur de la propriété Automation IsGrabbed . |