RibbonGalleryCategoryDataAutomationPeer 构造函数

定义

初始化 RibbonGalleryCategoryDataAutomationPeer 类的新实例。

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

参数

owner
Object

与此自动化同级相关联的元素。

itemsControlAutomationPeer
ItemsControlAutomationPeer

与保存 RibbonGalleryRibbonGalleryCategory 关联的自动化对等。

适用于