FlyoutPresenterAutomationPeer(FlyoutPresenter) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the FlyoutPresenterAutomationPeer class.
FlyoutPresenterAutomationPeer(FlyoutPresenter const& owner);
public FlyoutPresenterAutomationPeer(FlyoutPresenter owner);
function FlyoutPresenterAutomationPeer(owner)
Public Sub New (owner As FlyoutPresenter)
Parameters
- owner
- FlyoutPresenter
The FlyoutPresenter to create the peer for.