WellKnownTypeCollection.TryGetWellKnownType(UInt32, Type) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Tenta obter o tipo correspondente ao identificador de tipo fornecido.
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
Parâmetros
- typeId
- UInt32
O identificador de tipo.
- type
- Type
O tipo.
Retornos
true
se o tipo correspondente tiver sido encontrado, caso contrário, false
.