WellKnownTypeCollection.TryGetWellKnownTypeId(Type, UInt32) 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 identificador de tipo correspondente ao tipo fornecido.
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
Parâmetros
- type
- Type
O tipo.
- typeId
- UInt32
O identificador de tipo.
Retornos
true
se o tipo tiver um identificador conhecido, caso contrário, false
.