RibbonTwoLineTextAutomationPeer-Konstruktor
Initialisiert eine neue Instanz der RibbonTwoLineTextAutomationPeer-Klasse.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Sub New ( _
owner As RibbonTwoLineText _
)
public RibbonTwoLineTextAutomationPeer(
RibbonTwoLineText owner
)
public:
RibbonTwoLineTextAutomationPeer(
RibbonTwoLineText^ owner
)
new :
owner:RibbonTwoLineText -> RibbonTwoLineTextAutomationPeer
public function RibbonTwoLineTextAutomationPeer(
owner : RibbonTwoLineText
)
Parameter
- owner
Typ: Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText
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.