RibbonContextMenuAutomationPeer-Konstruktor
Initialisiert eine neue Instanz der RibbonContextMenuAutomationPeer-Klasse.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Sub New ( _
owner As RibbonContextMenu _
)
public RibbonContextMenuAutomationPeer(
RibbonContextMenu owner
)
public:
RibbonContextMenuAutomationPeer(
RibbonContextMenu^ owner
)
new :
owner:RibbonContextMenu -> RibbonContextMenuAutomationPeer
public function RibbonContextMenuAutomationPeer(
owner : RibbonContextMenu
)
Parameter
- owner
Typ: Microsoft.Windows.Controls.Ribbon.RibbonContextMenu
Das Element, das diesem Automatisierungspeer zugeordnet ist.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.