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