RangeValuePatternIdentifiers Classe

Définition

Contient des valeurs utilisées comme identificateurs par IRangeValueProvider.

public ref class RangeValuePatternIdentifiers sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RangeValuePatternIdentifiers final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RangeValuePatternIdentifiers
Public NotInheritable Class RangeValuePatternIdentifiers
Héritage
Object Platform::Object IInspectable RangeValuePatternIdentifiers
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Remarques

Les classes telles que RangeValuePatternIdentifiers 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 homologue d’automatisation Windows Runtime personnalisé qui signale la prise en charge de IRangeValueProvider dans son implémentation GetPattern. Ces identificateurs sont nécessaires pour les appels RaisePropertyChangedEvent que vous effectuez à partir du code de contrôle qui référence votre propre homologue, ou pour FindItemByProperty dans un homologue de conteneur d’éléments.

Ce même modèle est généralement exposé aux clients d’une manière différente, selon la technologie qu’ils utilisent pour implémenter le client et examiner l’arborescence Microsoft UI Automation. IRangeValueProvider est également présenté sous la forme d’une interface COM (Component Object Model).

Propriétés

IsReadOnlyProperty

Identifie la propriété d’automatisation IsReadOnly .

LargeChangeProperty

Identifie la propriété d’automatisation LargeChange .

MaximumProperty

Identifie la propriété d’automatisation maximale .

MinimumProperty

Identifie la propriété Minimum Automation.

SmallChangeProperty

Identifie la propriété Automation SmallChange .

ValueProperty

Identifie la propriété Value Automation.

S’applique à

Voir aussi