JsonRpcRequest.ArgumentsArray Propriété
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.
Attention
Use ArgumentsList instead.
Obtient ou définit un tableau d’arguments, le cas échéant.
[System.Obsolete("Use ArgumentsList instead.")]
[System.Runtime.Serialization.IgnoreDataMember]
public object[] ArgumentsArray { get; set; }
[System.Obsolete("Use ArgumentsList instead.")]
[System.Runtime.Serialization.IgnoreDataMember]
public object?[]? ArgumentsArray { get; set; }
[<System.Obsolete("Use ArgumentsList instead.")>]
[<System.Runtime.Serialization.IgnoreDataMember>]
member this.ArgumentsArray : obj[] with get, set
Public Property ArgumentsArray As Object()
Valeur de propriété
Object[]
- Attributs