ReturnMessage.GetOutArg(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne l'objet passé comme paramètre out ou ref pendant l'appel de méthode distant.
public:
virtual System::Object ^ GetOutArg(int argNum);
public object GetOutArg (int argNum);
[System.Security.SecurityCritical]
public object GetOutArg (int argNum);
abstract member GetOutArg : int -> obj
override this.GetOutArg : int -> obj
[<System.Security.SecurityCritical>]
abstract member GetOutArg : int -> obj
override this.GetOutArg : int -> obj
Public Function GetOutArg (argNum As Integer) As Object
Paramètres
- argNum
- Int32
Index de base zéro du paramètre outou ref demandé.
Retours
Objet passé comme paramètre out ou ref pendant l'appel de méthode distant.
Implémente
- Attributs