IFuncInfo.BodyText Eigenschaft

Definition

Ruft den Textkörper der Funktion ab oder legt ihn fest.

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(1610743816)]
public string BodyText { [System.Runtime.InteropServices.DispId(1610743816)] get; [System.Runtime.InteropServices.DispId(1610743816)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)] set; }
[<System.Runtime.InteropServices.DispId(1610743816)>]
[<get: System.Runtime.InteropServices.DispId(1610743816)>]
[<set: System.Runtime.InteropServices.DispId(1610743816)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)>]
member this.BodyText : string with get, set
Public Property BodyText As String

Eigenschaftswert

String

Der Textkörper der Funktion.

Attribute

Beispiele

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

Hinweise

Textkörper Text wird als Text zwischen den Deklarations Klammern ("{" und "}") der Funktion definiert.

Gilt für