WellKnownTypeCollection.TryGetWellKnownType(UInt32, Type) 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.
Tente d’obtenir le type correspondant à l’identificateur de type fourni.
public bool TryGetWellKnownType (uint typeId, out Type type);
member this.TryGetWellKnownType : uint32 * Type -> bool
Public Function TryGetWellKnownType (typeId As UInteger, ByRef type As Type) As Boolean
Paramètres
- typeId
- UInt32
Identificateur de type.
- type
- Type
Type.
Retours
true
si le type correspondant a été trouvé, false
sinon.