ReferencedTypeCollection.TryGetTypeReference(Type, 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 l’identificateur du type spécifié.
public bool TryGetTypeReference (Type type, out uint reference);
member this.TryGetTypeReference : Type * uint32 -> bool
Public Function TryGetTypeReference (type As Type, ByRef reference As UInteger) As Boolean
Paramètres
- type
- Type
Type.
- reference
- UInt32
Référence.
Retours
true
si le type a été référencé prévioulsy, false
sinon.