ICmdletProviderSupportsHelp Interface   
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.
This interface needs to be implemented by providers that want users to see provider-specific help.
public interface class ICmdletProviderSupportsHelp
	public interface ICmdletProviderSupportsHelp
	[System.Runtime.CompilerServices.NullableContext(1)]
public interface ICmdletProviderSupportsHelp
	type ICmdletProviderSupportsHelp = interface
	[<System.Runtime.CompilerServices.NullableContext(1)>]
type ICmdletProviderSupportsHelp = interface
	Public Interface ICmdletProviderSupportsHelp
	- Derived
 
- Attributes
 
Methods
| GetHelpMaml(String, String) | 
		 Called by the help system to get provider-specific help from the provider.  |