IFuncInfo.ReturnType Eigenschaft

Definition

Ruft eine Zeichenfolge mit dem Rückgabetyp für die Funktion ab oder legt diese fest

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

Eigenschaftswert

String

Eine Zeichenfolge, die den Rückgabetyp für die Funktion enthält.

Attribute

Beispiele

var oInterface = window.external.ParentObject;  
var oFunction = oInterface.Functions(PROPERTY_NAME.value);  
Var strReturnType = oFunction.ReturnType;  

Gilt für