다음을 통해 공유


TextBlockAutomationPeer(TextBlock) 생성자

정의

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

public:
 TextBlockAutomationPeer(TextBlock ^ owner);
 TextBlockAutomationPeer(TextBlock const& owner);
public TextBlockAutomationPeer(TextBlock owner);
function TextBlockAutomationPeer(owner)
Public Sub New (owner As TextBlock)

매개 변수

owner
TextBlock

피어를 만들 TextBlock 입니다.

적용 대상