ReferencedObjectCollection.GetOrAddReference(Object, UInt32) 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.
Obtient ou ajoute une référence.
public bool GetOrAddReference (object value, out uint reference);
member this.GetOrAddReference : obj * uint32 -> bool
Public Function GetOrAddReference (value As Object, ByRef reference As UInteger) As Boolean
Paramètres
- value
- Object
La valeur.
- reference
- UInt32
Référence.
Retours
true
si une référence existait déjà, false
sinon.