Partager via


IFuncInfo.ParamText, propriété

Obtient ou définit le texte pour les paramètres d'une fonction.

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

Syntaxe

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

Valeur de propriété

Type : System.String
Le texte pour les paramètres d'une fonction.

Exemples

var oInterface = window.external.ParentObject;
var oFunction = oInterface.Functions(PROPERTY_NAME.value);
Var strParamTxt = oFunction.ParamText;

Sécurité .NET Framework

Voir aussi

Référence

IFuncInfo Interface

Microsoft.VisualStudio.VsWizard, espace de noms