Construtor RibbonGalleryCategoryAutomationPeer
Initializes a new instance of the RibbonGalleryCategoryAutomationPeer class.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (em RibbonControlsLibrary.dll)
Sintaxe
'Declaração
Public Sub New ( _
owner As RibbonGalleryCategory _
)
public RibbonGalleryCategoryAutomationPeer(
RibbonGalleryCategory owner
)
public:
RibbonGalleryCategoryAutomationPeer(
RibbonGalleryCategory^ owner
)
new :
owner:RibbonGalleryCategory -> RibbonGalleryCategoryAutomationPeer
public function RibbonGalleryCategoryAutomationPeer(
owner : RibbonGalleryCategory
)
Parâmetros
- owner
Tipo: Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory
O elemento associado com esse ponto de automação.
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.