次の方法で共有


ReturnMessage.OutArgs プロパティ

定義

呼び出されたメソッドに out パラメーターまたは ref パラメーターとして渡された、指定されたオブジェクトを取得します。

public:
 property cli::array <System::Object ^> ^ OutArgs { cli::array <System::Object ^> ^ get(); };
public object[] OutArgs { get; }
public object[] OutArgs { [System.Security.SecurityCritical] get; }
member this.OutArgs : obj[]
[<get: System.Security.SecurityCritical>]
member this.OutArgs : obj[]
Public ReadOnly Property OutArgs As Object()

プロパティ値

Object[]

呼び出されたメソッドに out パラメーターまたは ref パラメーターとして渡されたオブジェクト。

実装

属性

適用対象