MethodResponse.OutArgs Proprietà

Definizione

Ottiene una matrice di argomenti nella chiamata al metodo contrassegnati come parametro ref o out.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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()

Valore della proprietà

Object[]

Matrice di tipo Object che rappresenta gli argomenti nella chiamata al metodo contrassegnati come parametro ref o out.

Implementazioni

Attributi

Commenti

Il metodo appartiene a un oggetto remoto.

Si applica a