CoreCommandBase.ProviderSupportsShouldProcess Property
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.
Called by the base implementation that checks the SupportShouldProcess provider capability. This virtual method gives the derived cmdlet a chance query the CmdletProvider capabilities to determine if the provider supports ShouldProcess.
protected:
virtual property bool ProviderSupportsShouldProcess { bool get(); };
protected:
virtual property bool ProviderSupportsShouldProcess { bool get(); };
protected virtual bool ProviderSupportsShouldProcess { get; }
member this.ProviderSupportsShouldProcess : bool
Protected Overridable ReadOnly Property ProviderSupportsShouldProcess As Boolean