FileSystemProvider.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.
Implementation of ICmdletProviderSupportsHelp interface. Gets provider-specific help content for the corresponding cmdlet.
public:
virtual 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
override this.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
Not used here.
Returns
The MAML help XML that should be presented to the user.