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 ICmdletProviderSupportsHelppublic interface ICmdletProviderSupportsHelp[System.Runtime.CompilerServices.NullableContext(1)]
public interface ICmdletProviderSupportsHelptype ICmdletProviderSupportsHelp = interface[<System.Runtime.CompilerServices.NullableContext(1)>]
type ICmdletProviderSupportsHelp = interfacePublic Interface ICmdletProviderSupportsHelp- Derived
- Attributes
Methods
| GetHelpMaml(String, String) | Called by the help system to get provider-specific help from the provider. |