Partager via


IFuncInfo.BodyText, propriété

Obtient ou définit le texte du corps de la fonction.

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

Syntaxe

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

Valeur de propriété

Type : System.String
Le corps de texte de la fonction.

Notes

Le corps de texte est défini comme le texte entre les accolades de déclaration (" { » et « } ") de la fonction.

Exemples

var oInterface = window.external.ParentObject;
var oFunction = oInterface.Functions(PROPERTY_NAME.value);
var strBodyText = oFunction.BodyText;

Sécurité .NET Framework

Voir aussi

Référence

IFuncInfo Interface

Microsoft.VisualStudio.VsWizard, espace de noms