共用方式為


TextElementAutomationPeer(TextElement) 建構函式

定義

初始化 TextElementAutomationPeer 類別的新執行個體。

public:
 TextElementAutomationPeer(System::Windows::Documents::TextElement ^ owner);
public TextElementAutomationPeer (System.Windows.Documents.TextElement owner);
new System.Windows.Automation.Peers.TextElementAutomationPeer : System.Windows.Documents.TextElement -> System.Windows.Automation.Peers.TextElementAutomationPeer
Public Sub New (owner As TextElement)

參數

owner
TextElement

與這個 TextElementAutomationPeer 關聯的 TextElement

適用於

另請參閱