TaskbarManager.RequestPinCurrentAppAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要求目前作用中的應用程式釘選到工作列。
public:
virtual IAsyncOperation<bool> ^ RequestPinCurrentAppAsync() = RequestPinCurrentAppAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> RequestPinCurrentAppAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> RequestPinCurrentAppAsync();
function requestPinCurrentAppAsync()
Public Function RequestPinCurrentAppAsync () As IAsyncOperation(Of Boolean)
傳回
布林值,表示應用程式是否已成功釘選到 Takbar。 如果已釘選應用程式,這會立即傳回 true。
- 屬性
備註
呼叫此方法會顯示對話方塊,要求使用者確認他們想要釘選應用程式。 如果使用者選取 「no」,這個方法會傳回 false。