Compartilhar via


WellKnownTypeCollection.TryGetWellKnownTypeId(Type, UInt32) Método

Definição

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 .

Aplica-se a