Construtor RibbonTitleAutomationPeer
Initializes a new instance of the RibbonTitleAutomationPeer class.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (em RibbonControlsLibrary.dll)
Sintaxe
'Declaração
Public Sub New ( _
owner As FrameworkElement _
)
public RibbonTitleAutomationPeer(
FrameworkElement owner
)
public:
RibbonTitleAutomationPeer(
FrameworkElement^ owner
)
new :
owner:FrameworkElement -> RibbonTitleAutomationPeer
public function RibbonTitleAutomationPeer(
owner : FrameworkElement
)
Parâmetros
- owner
Tipo: System.Windows.FrameworkElement
O elemento que contém o título.
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.