ClaimedBarcodeScanner.ShowVideoPreviewAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shows the video preview window.
public:
virtual IAsyncOperation<bool> ^ ShowVideoPreviewAsync() = ShowVideoPreviewAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> ShowVideoPreviewAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> ShowVideoPreviewAsync();
function showVideoPreviewAsync()
Public Function ShowVideoPreviewAsync () As IAsyncOperation(Of Boolean)
Returns
True if the video preview is shown; false if the video preview is not shown or not supported.
- Attributes
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|