Compartir a través de


VCCodeUnion.BodyText (Propiedad)

Obtiene o establece el texto del cuerpo del objeto.

Espacio de nombres:  Microsoft.VisualStudio.VCCodeModel
Ensamblado:  Microsoft.VisualStudio.VCCodeModel (en Microsoft.VisualStudio.VCCodeModel.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 del objeto.

Comentarios

Se define el texto de cuerpo como texto entre las llaves de declaración (“{” y “} ") del elemento de código representado por el objeto primario.

Seguridad de .NET Framework

Vea también

Referencia

VCCodeUnion Interfaz

Microsoft.VisualStudio.VCCodeModel (Espacio de nombres)