Propriedade IFuncInfo.HelpString

Obtém ou define a seqüência de Ajuda da função ou variável.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (em Microsoft.VisualStudio.VsWizard.dll)

Sintaxe

string HelpString { get; set; }

Valor de propriedade

Tipo: System.String
A seqüência de ajuda de função ou variável.

Exemplos

// 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;

Segurança do .NET Framework

Consulte também

Referência

IFuncInfo Interface

Namespace Microsoft.VisualStudio.VsWizard