Compartilhar via


WellKnownTypeCollection.TryGetWellKnownType(UInt32, Type) Método

Definição

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 .

Aplica-se a