共用方式為


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

適用於