Share via


VCCodeUnion.BodyText Property

Definition

Gets or sets the body text of the object.

public:
 property System::String ^ BodyText { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ BodyText { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(586)]
public string BodyText { [System.Runtime.InteropServices.DispId(586)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; [System.Runtime.InteropServices.DispId(586)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] set; }
[<System.Runtime.InteropServices.DispId(586)>]
[<get: System.Runtime.InteropServices.DispId(586)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
[<set: System.Runtime.InteropServices.DispId(586)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.BodyText : string with get, set
Public Property BodyText As String

Property Value

The body text of the object.

Attributes

Remarks

Body text is defined as the text between the declaration braces ( '{' and '}' ) of the code element represented by the parent object.

Applies to