CmdletProvider.ShouldProcess
Method
Definition
Overloads
| ShouldProcess(String, String, String, ShouldProcessReason) | |
| ShouldProcess(String, String, String) | |
| ShouldProcess(String, String) | |
| ShouldProcess(String) |
ShouldProcess(String, String, String, ShouldProcessReason)
public bool ShouldProcess (string verboseDescription, string verboseWarning, string caption, out System.Management.Automation.ShouldProcessReason shouldProcessReason);
Parameters
- verboseDescription
- String
- verboseWarning
- String
- caption
- String
- shouldProcessReason
- ShouldProcessReason
Returns