ScriptBlockAst.GetHelpContent 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.
Return the help content, if any, for the script block.
public:
System::Management::Automation::Language::CommentHelpInfo ^ GetHelpContent();
public System.Management.Automation.Language.CommentHelpInfo GetHelpContent ();
member this.GetHelpContent : unit -> System.Management.Automation.Language.CommentHelpInfo
Public Function GetHelpContent () As CommentHelpInfo