Udostępnij za pośrednictwem


Właściwość IFuncInfo.HelpString —

Zwraca lub ustawia ciąg pomocy zmiennych lub funkcji.

Przestrzeń nazw:  Microsoft.VisualStudio.VsWizard
Zestaw:  Microsoft.VisualStudio.VsWizard (w Microsoft.VisualStudio.VsWizard.dll)

Składnia

'Deklaracja
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)

Wartość właściwości

Typ: System.String
Ciąg pomocy zmiennych lub funkcji.

Przykłady

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

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IFuncInfo Interfejs

Przestrzeń nazw Microsoft.VisualStudio.VsWizard