共用方式為


TextBlockAutomationPeer(TextBlock) 建構函式

定義

初始化 TextBlockAutomationPeer 類別的新實例。

public:
 TextBlockAutomationPeer(TextBlock ^ owner);
 TextBlockAutomationPeer(TextBlock const& owner);
public TextBlockAutomationPeer(TextBlock owner);
function TextBlockAutomationPeer(owner)
Public Sub New (owner As TextBlock)

參數

owner
TextBlock

要為其建立對等的 TextBlock

適用於