次の方法で共有


RichTextBlockAutomationPeer(RichTextBlock) コンストラクター

定義

RichTextBlockAutomationPeer クラスの新しいインスタンスを初期化します。

public:
 RichTextBlockAutomationPeer(RichTextBlock ^ owner);
 RichTextBlockAutomationPeer(RichTextBlock const& owner);
public RichTextBlockAutomationPeer(RichTextBlock owner);
function RichTextBlockAutomationPeer(owner)
Public Sub New (owner As RichTextBlock)

パラメーター

owner
RichTextBlock

ピアを作成する RichTextBlock

適用対象