FlyoutBase.ShowAt メソッド

定義

オーバーロード

ShowAt(FrameworkElement)

指定した要素に対して配置されたポップアップを表示します。

ShowAt(DependencyObject, FlyoutShowOptions)

指定したオプションを使用して、指定した要素に対して配置されたポップアップを表示します。

ShowAt(FrameworkElement)

指定した要素に対して配置されたポップアップを表示します。

public:
 virtual void ShowAt(FrameworkElement ^ placementTarget) = ShowAt;
/// [Windows.Foundation.Metadata.Overload("ShowAt")]
void ShowAt(FrameworkElement const& placementTarget);
[Windows.Foundation.Metadata.Overload("ShowAt")]
public void ShowAt(FrameworkElement placementTarget);
function showAt(placementTarget)
Public Sub ShowAt (placementTarget As FrameworkElement)

パラメーター

placementTarget
FrameworkElement

ポップアップの配置ターゲットとして使用する要素。

属性

適用対象

ShowAt(DependencyObject, FlyoutShowOptions)

指定したオプションを使用して、指定した要素に対して配置されたポップアップを表示します。

/// [Windows.Foundation.Metadata.Overload("ShowAtWithOptions")]
void ShowAt(DependencyObject const& placementTarget, FlyoutShowOptions const& showOptions);
[Windows.Foundation.Metadata.Overload("ShowAtWithOptions")]
public void ShowAt(DependencyObject placementTarget, FlyoutShowOptions showOptions);
function showAt(placementTarget, showOptions)
Public Sub ShowAt (placementTarget As DependencyObject, showOptions As FlyoutShowOptions)

パラメーター

placementTarget
DependencyObject

ポップアップの配置ターゲットとして使用する要素。

showOptions
FlyoutShowOptions

ポップアップを表示するときに使用するオプション。

属性

適用対象