StylesPatternIdentifiers
StylesPatternIdentifiers
StylesPatternIdentifiers
StylesPatternIdentifiers
Class
Definition
Contains values used as identifiers by IStylesProvider.
public : sealed class StylesPatternIdentifiers : IStylesPatternIdentifierspublic sealed class StylesPatternIdentifiers : IStylesPatternIdentifiersPublic NotInheritable Class StylesPatternIdentifiers Implements IStylesPatternIdentifiers// This API is not available in Javascript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Classes such as StylesPatternIdentifiers are the identifiers for the Windows Runtime implementation of a common provider pattern for Microsoft UI Automation. You might use these identifiers if you are implementing a Windows Runtime custom automation peer that reports support for IStylesProvider in its GetPattern implementation. These identifiers are needed for the RaisePropertyChangedEvent calls that you make from control code that references your own peer, or for FindItemByProperty in an items container peer. This same pattern is usually exposed to clients in a different way, depending on which technology they use to implement the client and examine the Microsoft UI Automation tree. IStylesProvider is also presented as a Component Object Model (COM) interface.
Properties
ExtendedPropertiesProperty ExtendedPropertiesProperty ExtendedPropertiesProperty ExtendedPropertiesProperty
Identifies the ExtendedProperties automation property.
public : static AutomationProperty ExtendedPropertiesProperty { get; }public static AutomationProperty ExtendedPropertiesProperty { get; }Public Static ReadOnly Property ExtendedPropertiesProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
FillColorProperty FillColorProperty FillColorProperty FillColorProperty
Identifies the FillColor automation property.
public : static AutomationProperty FillColorProperty { get; }public static AutomationProperty FillColorProperty { get; }Public Static ReadOnly Property FillColorProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
FillPatternColorProperty FillPatternColorProperty FillPatternColorProperty FillPatternColorProperty
Identifies the FillPatternColor automation property.
public : static AutomationProperty FillPatternColorProperty { get; }public static AutomationProperty FillPatternColorProperty { get; }Public Static ReadOnly Property FillPatternColorProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
FillPatternStyleProperty FillPatternStyleProperty FillPatternStyleProperty FillPatternStyleProperty
Identifies the FillPatternStyle automation property.
public : static AutomationProperty FillPatternStyleProperty { get; }public static AutomationProperty FillPatternStyleProperty { get; }Public Static ReadOnly Property FillPatternStyleProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
ShapeProperty ShapeProperty ShapeProperty ShapeProperty
Identifies the Shape automation property.
public : static AutomationProperty ShapeProperty { get; }public static AutomationProperty ShapeProperty { get; }Public Static ReadOnly Property ShapeProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
StyleIdProperty StyleIdProperty StyleIdProperty StyleIdProperty
Identifies the StyleId automation property.
public : static AutomationProperty StyleIdProperty { get; }public static AutomationProperty StyleIdProperty { get; }Public Static ReadOnly Property StyleIdProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.
StyleNameProperty StyleNameProperty StyleNameProperty StyleNameProperty
Identifies the StyleName automation property.
public : static AutomationProperty StyleNameProperty { get; }public static AutomationProperty StyleNameProperty { get; }Public Static ReadOnly Property StyleNameProperty As AutomationProperty// This API is not available in Javascript.
The automation property identifier.