ReturnMessage.OutArgs 属性
定义
获取作为 out 或 ref 参数传递给被调用方法的指定对象。Gets a specified object passed as an out or ref parameter to the called method.
public:
property cli::array <System::Object ^> ^ OutArgs { cli::array <System::Object ^> ^ get(); };
public object[] OutArgs { get; }
[get: System.Security.SecurityCritical]
public object[] OutArgs { get; }
member this.OutArgs : obj[]
[<get: System.Security.SecurityCritical>]
member this.OutArgs : obj[]
Public ReadOnly Property OutArgs As Object()
属性值
- Object[]
作为 out 或 ref 参数传递给被调用方法的对象。An object passed as an out or ref parameter to the called method.
实现
- 属性