Partager via


StylesPatternIdentifiers Classe

Définition

Contient des valeurs utilisées comme identificateurs par IStylesProvider.

public ref class StylesPatternIdentifiers 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 StylesPatternIdentifiers 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 StylesPatternIdentifiers
Public NotInheritable Class StylesPatternIdentifiers
Héritage
Object Platform::Object IInspectable StylesPatternIdentifiers
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 StylesPatternIdentifiers 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 d’IStylesProvider 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. IStylesProvider est également présenté sous la forme d’une interface COM (Component Object Model).

Propriétés

ExtendedPropertiesProperty

Identifie la propriété Automation ExtendedProperties .

FillColorProperty

Identifie la propriété Automation FillColor .

FillPatternColorProperty

Identifie la propriété Automation FillPatternColor .

FillPatternStyleProperty

Identifie la propriété automation FillPatternStyle .

ShapeProperty

Identifie la propriété d’automatisation de la forme .

StyleIdProperty

Identifie la propriété Automation StyleId .

StyleNameProperty

Identifie la propriété Automation StyleName .

S’applique à

Voir aussi