CmdletProvider.ShouldProcess 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
ShouldProcess(String, String, String, ShouldProcessReason) | |
ShouldProcess(String, String, String) | |
ShouldProcess(String) | |
ShouldProcess(String, String) |
ShouldProcess(String, String, String, ShouldProcessReason)
public:
bool ShouldProcess(System::String ^ verboseDescription, System::String ^ verboseWarning, System::String ^ caption, [Runtime::InteropServices::Out] System::Management::Automation::ShouldProcessReason % shouldProcessReason);
public bool ShouldProcess (string verboseDescription, string verboseWarning, string caption, out System.Management.Automation.ShouldProcessReason shouldProcessReason);
member this.ShouldProcess : string * string * string * ShouldProcessReason -> bool
Public Function ShouldProcess (verboseDescription As String, verboseWarning As String, caption As String, ByRef shouldProcessReason As ShouldProcessReason) As Boolean
Parameters
- verboseDescription
- String
- verboseWarning
- String
- caption
- String
- shouldProcessReason
- ShouldProcessReason
Returns
Applies to
ShouldProcess(String, String, String)
public:
bool ShouldProcess(System::String ^ verboseDescription, System::String ^ verboseWarning, System::String ^ caption);
public:
bool ShouldProcess(Platform::String ^ verboseDescription, Platform::String ^ verboseWarning, Platform::String ^ caption);
bool ShouldProcess(std::wstring const & verboseDescription, std::wstring const & verboseWarning, std::wstring const & caption);
public bool ShouldProcess (string verboseDescription, string verboseWarning, string caption);
member this.ShouldProcess : string * string * string -> bool
Public Function ShouldProcess (verboseDescription As String, verboseWarning As String, caption As String) As Boolean
Parameters
- verboseDescription
- String
- verboseWarning
- String
- caption
- String
Returns
Applies to
ShouldProcess(String)
public:
bool ShouldProcess(System::String ^ target);
public:
bool ShouldProcess(Platform::String ^ target);
bool ShouldProcess(std::wstring const & target);
public bool ShouldProcess (string target);
member this.ShouldProcess : string -> bool
Public Function ShouldProcess (target As String) As Boolean
Parameters
- target
- String
Returns
Applies to
ShouldProcess(String, String)
public:
bool ShouldProcess(System::String ^ target, System::String ^ action);
public:
bool ShouldProcess(Platform::String ^ target, Platform::String ^ action);
bool ShouldProcess(std::wstring const & target, std::wstring const & action);
public bool ShouldProcess (string target, string action);
member this.ShouldProcess : string * string -> bool
Public Function ShouldProcess (target As String, action As String) As Boolean
Parameters
- target
- String
- action
- String