DatePickerFlyout.ShowAtAsync(FrameworkElement) Methode

Definition

Startet einen asynchronen Vorgang, um die Datumsauswahl anzuzeigen, die in Bezug auf das angegebene Element platziert wird.

public:
 virtual IAsyncOperation<IReference<DateTime> ^> ^ ShowAtAsync(FrameworkElement ^ target) = ShowAtAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IReference<DateTime>> ShowAtAsync(FrameworkElement const& target);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<System.Nullable<System.DateTimeOffset>> ShowAtAsync(FrameworkElement target);
function showAtAsync(target)
Public Function ShowAtAsync (target As FrameworkElement) As IAsyncOperation(Of Nullable(Of DateTimeOffset))

Parameter

target
FrameworkElement

Das Element, das als Platzierungsziel des Flyouts verwendet werden soll.

Gibt zurück

Ein asynchroner Vorgang

Attribute

Gilt für: