CmdletProvider.ShouldContinue Method

Definition

Overloads

ShouldContinue(String, String)
ShouldContinue(String, String, Boolean, Boolean)

ShouldContinue(String, String)

public:
 bool ShouldContinue(System::String ^ query, System::String ^ caption);
public:
 bool ShouldContinue(Platform::String ^ query, Platform::String ^ caption);
bool ShouldContinue(std::wstring const & query, std::wstring const & caption);
public bool ShouldContinue (string query, string caption);
member this.ShouldContinue : string * string -> bool
Public Function ShouldContinue (query As String, caption As String) As Boolean

Parameters

query
String
caption
String

Returns

Applies to

ShouldContinue(String, String, Boolean, Boolean)

public:
 bool ShouldContinue(System::String ^ query, System::String ^ caption, bool % yesToAll, bool % noToAll);
bool ShouldContinue(std::wstring const & query, std::wstring const & caption, bool & yesToAll, bool & noToAll);
public bool ShouldContinue (string query, string caption, ref bool yesToAll, ref bool noToAll);
member 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

Applies to