TextPatternIdentifiers 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含 ITextProvider 做為識別項的值。
public ref class TextPatternIdentifiers abstract sealed
public static class TextPatternIdentifiers
type TextPatternIdentifiers = class
Public Class TextPatternIdentifiers
- 繼承
-
TextPatternIdentifiers
備註
TextPattern 會公開物件的文字內容詳細資訊,例如編輯控制項和檔。
應該撰寫消費者介面自動化提供者,使其可以在部分信任環境中運作。 因為UIAutomationClient.dll未設定為完全信任,所以您的提供者程式碼不應該參考該元件。 如果這樣做,程式碼可在完全信任環境中執行,但無法在部分信任環境中執行。
尤其,不要使用來自 UIAutomationClient.dll 中類別的欄位,例如 AutomationElement中的欄位。 請改用來自 UIAutomationTypes.dll 中類別的對等欄位,例如 AutomationElementIdentifiers。