LineDisplayStoredBitmap.TryDeleteAsync 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.
Attempts to asynchronously delete the stored bitmap.
public:
virtual IAsyncOperation<bool> ^ TryDeleteAsync() = TryDeleteAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryDeleteAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryDeleteAsync();
function tryDeleteAsync()
Public Function TryDeleteAsync () As IAsyncOperation(Of Boolean)
Returns
Returns True if the bitmap was successfully deleted; otherwise, False.
- Attributes