IMethodReturnMessage.ReturnValue 属性
定义
获取方法调用的返回值。Gets the return value of the method call.
public:
property System::Object ^ ReturnValue { System::Object ^ get(); };
public object ReturnValue { get; }
[get: System.Security.SecurityCritical]
public object ReturnValue { get; }
member this.ReturnValue : obj
[<get: System.Security.SecurityCritical>]
member this.ReturnValue : obj
Public ReadOnly Property ReturnValue As Object
属性值
方法调用的返回值。The return value of the method call.
- 属性
例外
直接调用方通过引用接口进行调用,且没有基础结构权限。The immediate caller makes the call through a reference to the interface and does not have infrastructure permission.