ICmdletProviderSupportsHelp.GetHelpMaml
Method
Definition
Called by the help system to get provider-specific help from the provider.
public string GetHelpMaml (string helpItemName, string path);
Parameters
- helpItemName
- String
Name of command that the help is requested for.
- path
- String
Full path to the current location of the user or the full path to the location of the property that the user needs help about.
Returns
The MAML help XML that should be presented to the user.