CertificateProvider.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.
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