CertificateProvider.ICmdletProviderSupportsHelp.GetHelpMaml Method

Definition

Get provider-specific help

 virtual System::String ^ System.Management.Automation.Provider.ICmdletProviderSupportsHelp.GetHelpMaml(System::String ^ helpItemName, System::String ^ path) = System::Management::Automation::Provider::ICmdletProviderSupportsHelp::GetHelpMaml;
 virtual Platform::String ^ System.Management.Automation.Provider.ICmdletProviderSupportsHelp.GetHelpMaml(Platform::String ^ helpItemName, Platform::String ^ path) = System::Management::Automation::Provider::ICmdletProviderSupportsHelp::GetHelpMaml;
std::wstring System.Management.Automation.Provider.ICmdletProviderSupportsHelp.GetHelpMaml(std::wstring const & helpItemName, std::wstring const & path);
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

Name of help item or cmdlet for which user has requested help

path
String

Path to the current location or path to the location of the property that the user needs help about.

Returns

Provider specific MAML help content string

Implements

Applies to