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

适用于