Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new instance of the RibbonGalleryItemDataAutomationPeer class.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Sub New ( _
owner As Object, _
itemsControlAutomationPeer As ItemsControlAutomationPeer, _
parentCategoryDataAutomationPeer As RibbonGalleryCategoryDataAutomationPeer _
)
public RibbonGalleryItemDataAutomationPeer(
Object owner,
ItemsControlAutomationPeer itemsControlAutomationPeer,
RibbonGalleryCategoryDataAutomationPeer parentCategoryDataAutomationPeer
)
public:
RibbonGalleryItemDataAutomationPeer(
Object^ owner,
ItemsControlAutomationPeer^ itemsControlAutomationPeer,
RibbonGalleryCategoryDataAutomationPeer^ parentCategoryDataAutomationPeer
)
new :
owner:Object *
itemsControlAutomationPeer:ItemsControlAutomationPeer *
parentCategoryDataAutomationPeer:RibbonGalleryCategoryDataAutomationPeer -> RibbonGalleryItemDataAutomationPeer
public function RibbonGalleryItemDataAutomationPeer(
owner : Object,
itemsControlAutomationPeer : ItemsControlAutomationPeer,
parentCategoryDataAutomationPeer : RibbonGalleryCategoryDataAutomationPeer
)
Parameters
- owner
Type: System.Object
The RibbonGalleryItem that is associated with this RibbonGalleryItemDataAutomationPeer.
- itemsControlAutomationPeer
Type: System.Windows.Automation.Peers.ItemsControlAutomationPeer
The automation peer that is associated with the RibbonGalleryCategory that holds the RibbonGalleryItem.
- parentCategoryDataAutomationPeer
Type: Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryDataAutomationPeer
The automation peer that is associated with the RibbonGalleryCategory.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.