GraphicsCapturePicker.PickSingleItemAsync Metodo

Definizione

Apre il selettore di acquisizione e consente al cliente di selezionare una destinazione sullo schermo per acquisire.

public:
 virtual IAsyncOperation<GraphicsCaptureItem ^> ^ PickSingleItemAsync() = PickSingleItemAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<GraphicsCaptureItem> PickSingleItemAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<GraphicsCaptureItem> PickSingleItemAsync();
function pickSingleItemAsync()
Public Function PickSingleItemAsync () As IAsyncOperation(Of GraphicsCaptureItem)

Restituisce

Elemento di acquisizione che rappresenta la destinazione selezionata dal cliente.

Attributi

Commenti

Questa API deve essere chiamata nel thread dell'interfaccia utente o verrà generata un'eccezione. Per altre informazioni, vedere CoreDispatcher.RunAsync.

Si applica a