Construtor RibbonGalleryItemDataAutomationPeer
Creates a new instance of the RibbonGalleryItemDataAutomationPeer class.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (em RibbonControlsLibrary.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- owner
Tipo: System.Object
O RibbonGalleryItem que está associado esta RibbonGalleryItemDataAutomationPeer.
- itemsControlAutomationPeer
Tipo: System.Windows.Automation.Peers.ItemsControlAutomationPeer
O ponto de automação que está associado a RibbonGalleryCategory que contém o RibbonGalleryItem.
- parentCategoryDataAutomationPeer
Tipo: Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryDataAutomationPeer
O ponto de automação que está associado a RibbonGalleryCategory.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.