XmlQueryRuntime.SetGlobalValue(Int32, Object) 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 la valeur liée à la variable globale ou au paramètre spécifié.
public:
void SetGlobalValue(int index, System::Object ^ value);
public void SetGlobalValue (int index, object value);
member this.SetGlobalValue : int * obj -> unit
Public Sub SetGlobalValue (index As Integer, value As Object)
Paramètres
- index
- Int32
Valeur de type int
.
- value
- Object
Valeur de type object
.