WSManConfigProvider.ICmdletProviderSupportsHelp.GetHelpMaml Method
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 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