다음을 통해 공유


RibbonControlDataAutomationPeer(Object, ItemsControlAutomationPeer) 생성자

정의

RibbonControlDataAutomationPeer 클래스의 새 인스턴스를 초기화합니다.

public:
 RibbonControlDataAutomationPeer(System::Object ^ item, System::Windows::Automation::Peers::ItemsControlAutomationPeer ^ itemsControlPeer);
public RibbonControlDataAutomationPeer (object item, System.Windows.Automation.Peers.ItemsControlAutomationPeer itemsControlPeer);
new System.Windows.Automation.Peers.RibbonControlDataAutomationPeer : obj * System.Windows.Automation.Peers.ItemsControlAutomationPeer -> System.Windows.Automation.Peers.RibbonControlDataAutomationPeer
Public Sub New (item As Object, itemsControlPeer As ItemsControlAutomationPeer)

매개 변수

item
Object

이 자동화 피어와 연결된 요소입니다.

itemsControlPeer
ItemsControlAutomationPeer

RibbonControlGroup이 있는 RibbonControl에 연결된 자동화 피어입니다.

적용 대상