ICmdletProviderSupportsHelp Interface

Definition

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.

Applies to