SpreadsheetItemPatternIdentifiers Class

Definition

Contains values used as automation property identifiers for properties of the ISpreadsheetItemProvider pattern.

public ref class SpreadsheetItemPatternIdentifiers 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 SpreadsheetItemPatternIdentifiers 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 SpreadsheetItemPatternIdentifiers
Public NotInheritable Class SpreadsheetItemPatternIdentifiers
Inheritance
Object Platform::Object IInspectable SpreadsheetItemPatternIdentifiers
Attributes

Remarks

Classes such as SpreadsheetItemPatternIdentifiers 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 ISpreadsheetItemProvider in its AutomationPeer.GetPattern implementation. These identifiers are needed for the AutomationPeer.RaisePropertyChangedEvent calls that you make from control code that references your own peer, or for Microsoft.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer.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. ISpreadsheetItemProvider is also presented as a Component Object Model (COM) interface.

Properties

FormulaProperty

Identifies the Formula automation property.

Applies to

See also