CoreWindowFlyout 建構函式

定義

多載

CoreWindowFlyout(Point)

在提供的位置建立 CoreWindowFlyout 類別的實例。

在傳統型應用程式中,在以顯示 UI 的方式使用這個類別的實例之前,您必須將物件與其擁有者的視窗控制碼產生關聯。 如需詳細資訊和程式碼範例,請參閱 顯示相依于 CoreWindow 的 WinRT UI 物件

CoreWindowFlyout(Point, String)

使用提供的標題,在指定的位置建立 CoreWindowFlyout 類別的實例。

在傳統型應用程式中,在以顯示 UI 的方式使用這個類別的實例之前,您必須將物件與其擁有者的視窗控制碼產生關聯。 如需詳細資訊和程式碼範例,請參閱 顯示相依于 CoreWindow 的 WinRT UI 物件

CoreWindowFlyout(Point)

在提供的位置建立 CoreWindowFlyout 類別的實例。

在傳統型應用程式中,在以顯示 UI 的方式使用這個類別的實例之前,您必須將物件與其擁有者的視窗控制碼產生關聯。 如需詳細資訊和程式碼範例,請參閱 顯示相依于 CoreWindow 的 WinRT UI 物件

public:
 CoreWindowFlyout(Point position);
 CoreWindowFlyout(Point const& position);
public CoreWindowFlyout(Point position);
function CoreWindowFlyout(position)
Public Sub New (position As Point)

參數

position
Point

飛出視窗來源畫面上的圖元位置。 此位置提供飛出視窗的左上角。

另請參閱

適用於

CoreWindowFlyout(Point, String)

使用提供的標題,在指定的位置建立 CoreWindowFlyout 類別的實例。

在傳統型應用程式中,在以顯示 UI 的方式使用這個類別的實例之前,您必須將物件與其擁有者的視窗控制碼產生關聯。 如需詳細資訊和程式碼範例,請參閱 顯示相依于 CoreWindow 的 WinRT UI 物件

public:
 CoreWindowFlyout(Point position, Platform::String ^ title);
 CoreWindowFlyout(Point const& position, winrt::hstring const& title);
public CoreWindowFlyout(Point position, string title);
function CoreWindowFlyout(position, title)
Public Sub New (position As Point, title As String)

參數

position
Point

飛出視窗來源畫面上的圖元位置。 此位置提供飛出視窗的左上角。

title
String

Platform::String

winrt::hstring

飛出視窗的標題。

另請參閱

適用於