ICmdletProviderSupportsHelp.GetHelpMaml(String, String) 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.
Called by the help system to get provider-specific help from the provider.
public:
System::String ^ GetHelpMaml(System::String ^ helpItemName, System::String ^ path);
public:
Platform::String ^ GetHelpMaml(Platform::String ^ helpItemName, Platform::String ^ path);
std::wstring GetHelpMaml(std::wstring const & helpItemName, std::wstring const & path);
public string GetHelpMaml (string helpItemName, string path);
abstract member GetHelpMaml : string * string -> string
Public Function GetHelpMaml (helpItemName As String, path As String) As String
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.