SpreadsheetItemPatternIdentifiers 类

定义

包含用作 ISpreadsheetItemProvider 模式属性的自动化属性标识符的值。

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
继承
Object Platform::Object IInspectable SpreadsheetItemPatternIdentifiers
属性

注解

SpreadsheetItemPatternIdentifiers 等类是 Microsoft UI 自动化常见提供程序模式的Windows 运行时实现的标识符。 如果要实现Windows 运行时自定义自动化对等,该自动化对等方在其 AutomationPeer.GetPattern 实现中报告了对 ISpreadsheetItemProvider 的支持,则可以使用这些标识符。 这些标识符对于从引用你自己的对等的控件代码发出的 AutomationPeer.RaisePropertyChangedEvent 调用,或者对于项容器对等中的 Microsoft.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer.FindItemByProperty ,都需要这些标识符。 这种相同的模式通常以不同的方式向客户端公开,具体取决于客户端使用哪种技术来实现客户端并检查 Microsoft UI 自动化树。 ISpreadsheetItemProvider 也显示为 COM) 接口 (组件对象模型。

属性

FormulaProperty

标识 Formula 自动化属性。

适用于

另请参阅