次の方法で共有


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

適用対象