AsyncCommandRuntime.ShouldContinue 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.
Overloads
| ShouldContinue(String, String) | |
| ShouldContinue(String, String, Boolean, Boolean) | |
| ShouldContinue(String, String, Boolean, Boolean, Boolean) |
ShouldContinue(String, String)
public bool ShouldContinue (string query, string caption);
abstract member ShouldContinue : string * string -> bool
override this.ShouldContinue : string * string -> bool
Public Function ShouldContinue (query As String, caption As String) As Boolean
Parameters
- query
- String
- caption
- String
Returns
Implements
Applies to
ShouldContinue(String, String, Boolean, Boolean)
public bool ShouldContinue (string query, string caption, ref bool yesToAll, ref bool noToAll);
abstract member ShouldContinue : string * string * bool * bool -> bool
override this.ShouldContinue : string * string * bool * bool -> bool
Public Function ShouldContinue (query As String, caption As String, ByRef yesToAll As Boolean, ByRef noToAll As Boolean) As Boolean
Parameters
- query
- String
- caption
- String
- yesToAll
- Boolean
- noToAll
- Boolean
Returns
Implements
Applies to
ShouldContinue(String, String, Boolean, Boolean, Boolean)
public bool ShouldContinue (string query, string caption, bool hasSecurityImpact, ref bool yesToAll, ref bool noToAll);
abstract member ShouldContinue : string * string * bool * bool * bool -> bool
override this.ShouldContinue : string * string * bool * bool * bool -> bool
Public Function ShouldContinue (query As String, caption As String, hasSecurityImpact As Boolean, ByRef yesToAll As Boolean, ByRef noToAll As Boolean) As Boolean
Parameters
- query
- String
- caption
- String
- hasSecurityImpact
- Boolean
- yesToAll
- Boolean
- noToAll
- Boolean