In.JScriptIn(Object, 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.
Détermine si le premier objet spécifié est contenu dans le second objet spécifié.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
static bool JScriptIn(System::Object ^ v1, System::Object ^ v2);
public static bool JScriptIn (object v1, object v2);
static member JScriptIn : obj * obj -> bool
Public Shared Function JScriptIn (v1 As Object, v2 As Object) As Boolean
Paramètres
- v1
- Object
Objet à rechercher.
- v2
- Object
Objet dans lequel effectuer la recherche.
Retours
true
si v1
est contenu dans v2
; sinon, false
.