다음을 통해 공유


RichTextBlockAutomationPeer(RichTextBlock) 생성자

정의

RichTextBlockAutomationPeer 클래스의 새 instance 초기화합니다.

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

매개 변수

owner
RichTextBlock

피어를 만들 RichTextBlock 입니다.

적용 대상