WSManConfigProvider.ICmdletProviderSupportsHelp.GetHelpMaml Method

Definition

This implements Get-Help for config provider custom path. When user calls "Get-Help new-item" in our config provider path, this function will get called.

string ICmdletProviderSupportsHelp.GetHelpMaml (string helpItemName, string path);
abstract member System.Management.Automation.Provider.ICmdletProviderSupportsHelp.GetHelpMaml : string * string -> string
override this.System.Management.Automation.Provider.ICmdletProviderSupportsHelp.GetHelpMaml : string * string -> string
Function GetHelpMaml (helpItemName As String, path As String) As String Implements ICmdletProviderSupportsHelp.GetHelpMaml

Parameters

helpItemName
String
path
String

Returns

Implements

Applies to