AutomationConnectionBoundObject 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示與特定 UI 自動化提供者連線相關聯的 物件。
public ref class AutomationConnectionBoundObject sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.UIAutomation.UIAutomationContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AutomationConnectionBoundObject final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.UIAutomation.UIAutomationContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AutomationConnectionBoundObject
Public NotInheritable Class AutomationConnectionBoundObject
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 11 (已於 10.0.22000.0 引進)
|
API contract |
Windows.UI.UIAutomation.UIAutomationContract (已於 v2.0 引進)
|
備註
使用者介面自動化 (UIA) 用戶端會將連接系結物件匯入遠端作業,然後在呼叫擴充功能時使用它作為目標物件,或將它當做運算元傳遞至延伸模組。
提供者端擴充處理常式一律會在評估遠端作業的執行緒上執行。 每當提供者將運算元設定為連接系結物件時,這個物件的執行緒模型取決於提供者實作ICoreAutomationConnectionBoundObjectProvider介面上的IsComThreadingRequired屬性值。 如果這個屬性為 true,而連接系結物件會在遠端作業的結果中傳回,則連接系結物件將會系結至第一次導入物件的遠端作業評估所在的 Apartment。
這個物件會包裝 UIA 提供者所實作的 ICoreAutomationConnectionBoundObjectProvider。
屬性
Connection |
取得連接系結物件的連接詳細資料。 |