ClearItemCommand.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.
Determines if the provider for the specified path supports ShouldProcess.
protected:
virtual property bool ProviderSupportsShouldProcess { bool get(); };
protected:
virtual property bool ProviderSupportsShouldProcess { bool get(); };
protected override bool ProviderSupportsShouldProcess { get; }
member this.ProviderSupportsShouldProcess : bool
Protected Overrides ReadOnly Property ProviderSupportsShouldProcess As Boolean