IVarInfo.HelpString, propriété

Obtient ou définit la variable ou la fonction chaîne d'aide.

Espace de noms :  Microsoft.VisualStudio.VsWizard
Assembly :  Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Déclaration
Property HelpString As String
string HelpString { get; set; }
property String^ HelpString {
    String^ get ();
    void set (String^ value);
}
abstract HelpString : string with get, set
function get HelpString () : String
function set HelpString (value : String)

Valeur de propriété

Type : System.String
La chaîne d'aide de variable ou de fonction.

Sécurité .NET Framework

Voir aussi

Référence

IVarInfo Interface

Microsoft.VisualStudio.VsWizard, espace de noms