Class MenuFlyoutItem
Defines a
Implements
IElementWrapper<WindowsElement>
Inherited Members
Namespace: Legerity.Windows.Elements.Core
Assembly: Legerity.Windows.dll
Syntax
public class MenuFlyoutItem : WindowsElementWrapper, IElementWrapper<WindowsElement>
Constructors
| Improve this Doc View SourceMenuFlyoutItem(WindowsElement)
Initializes a new instance of the MenuFlyoutItem class.
Declaration
public MenuFlyoutItem(WindowsElement element)
Parameters
Type | Name | Description |
---|---|---|
WindowsElement | element | The |
Operators
| Improve this Doc View SourceImplicit(AppiumWebElement to MenuFlyoutItem)
Allows conversion of a
Declaration
public static implicit operator MenuFlyoutItem(AppiumWebElement element)
Parameters
Type | Name | Description |
---|---|---|
AppiumWebElement | element | The |
Returns
Type | Description |
---|---|
MenuFlyoutItem | The MenuFlyoutItem. |
Implicit(RemoteWebElement to MenuFlyoutItem)
Allows conversion of a
Declaration
public static implicit operator MenuFlyoutItem(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Returns
Type | Description |
---|---|
MenuFlyoutItem | The MenuFlyoutItem. |
Implicit(WindowsElement to MenuFlyoutItem)
Allows conversion of a
Declaration
public static implicit operator MenuFlyoutItem(WindowsElement element)
Parameters
Type | Name | Description |
---|---|---|
WindowsElement | element | The |
Returns
Type | Description |
---|---|
MenuFlyoutItem | The MenuFlyoutItem. |