IFuncInfo::HelpString Property
Visual Studio 2015
Gets or sets the variable or function Help string.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
// This example gets the help string for the function, // oFunction, and assigns it to the string, strHelpString. var oInterface = window.external.ParentObject; var oFunction = oInterface.Functions(PROPERTY_NAME.value); Var strHelpString = oFunction.HelpString;
Show: