GetHelpCodeMethods.GetHelpUri(PSObject) 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.
Retrieves the HelpUri given a CommandInfo instance.
public:
static System::String ^ GetHelpUri(System::Management::Automation::PSObject ^ commandInfoPSObject);
public static string GetHelpUri (System.Management.Automation.PSObject commandInfoPSObject);
static member GetHelpUri : System.Management.Automation.PSObject -> string
Public Shared Function GetHelpUri (commandInfoPSObject As PSObject) As String
Parameters
- commandInfoPSObject
- PSObject
CommandInfo instance wrapped as PSObject
Returns
null if commandInfoPSObject
is not a CommandInfo type.
null if HelpUri could not be retrieved either from CommandMetadata or
help content.