WebViewControlProcess.CreateWebViewControlAsync(Int64, Rect) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在此程式的內容中建立 Windows.Web.UI.Interop.WebViewControl 。
public:
virtual IAsyncOperation<WebViewControl ^> ^ CreateWebViewControlAsync(long long hostWindowHandle, Rect bounds) = CreateWebViewControlAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<WebViewControl> CreateWebViewControlAsync(long const& hostWindowHandle, Rect const& bounds);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<WebViewControl> CreateWebViewControlAsync(long hostWindowHandle, Rect bounds);
function createWebViewControlAsync(hostWindowHandle, bounds)
Public Function CreateWebViewControlAsync (hostWindowHandle As Long, bounds As Rect) As IAsyncOperation(Of WebViewControl)
參數
- hostWindowHandle
-
Int64
long long
long
父視窗。
- bounds
- Rect
視窗的初始界限。
傳回
使用 Windows.Web.UI.Interop.WebViewControl完成的非同步作業。
- 屬性