Compartir a través de


IFuncInfo.BodyText (Propiedad)

Obtiene o establece el texto del cuerpo de la función.

Espacio de nombres:  Microsoft.VisualStudio.VsWizard
Ensamblado:  Microsoft.VisualStudio.VsWizard (en Microsoft.VisualStudio.VsWizard.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: String
Texto del cuerpo de la función.

Comentarios

Se define el texto de cuerpo como texto entre las llaves de declaración (“{” y “} ") de la función.

Ejemplos

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

Seguridad de .NET Framework

Vea también

Referencia

IFuncInfo Interfaz

Microsoft.VisualStudio.VsWizard (Espacio de nombres)