AppWindow.TryCreateAsync メソッド

定義

AppWindow の新しいインスタンスを非同期的に作成しようとします。

public:
 static IAsyncOperation<AppWindow ^> ^ TryCreateAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<AppWindow> TryCreateAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<AppWindow> TryCreateAsync();
function tryCreateAsync()
Public Shared Function TryCreateAsync () As IAsyncOperation(Of AppWindow)

戻り値

正常に作成された場合の AppWindow の新しいインスタンス。

属性

適用対象