NativeActivityUpdateContext.IsCancellationRequested Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of het momenteel uitgevoerde NativeActivity-exemplaar moet worden geannuleerd.

public:
 property bool IsCancellationRequested { bool get(); };
public bool IsCancellationRequested { get; }
member this.IsCancellationRequested : bool
Public ReadOnly Property IsCancellationRequested As Boolean

Waarde van eigenschap

true als het exemplaar van NativeActivity dat momenteel wordt uitgevoerd, wordt geannuleerd; anders, false.

Van toepassing op