TextPatternIdentifiers 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含用作 ITextProvider 的标识符的值。
public ref class TextPatternIdentifiers abstract sealed
public static class TextPatternIdentifiers
type TextPatternIdentifiers = class
Public Class TextPatternIdentifiers
- 继承
-
TextPatternIdentifiers
注解
TextPattern 公开对象(如编辑控件和文档)的文本内容的详细信息。
应编写UI 自动化提供程序,以便它们可以在部分信任环境中工作。 由于UIAutomationClient.dll未配置为完全信任,因此提供程序代码不应引用该程序集。 如果情况如此,则代码可以在完全信任环境中运行,但无法在部分信任环境中运行。
特别是,不要使用 UIAutomationClient.dll 中类的字段,例如 AutomationElement中的字段。 请改用 UIAutomationTypes.dll 中类的等效字段,如 AutomationElementIdentifiers。