ReferencedTypeCollection.TryGetReferencedType(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.
Obtém o tipo com a ID de referência especificada.
public bool TryGetReferencedType (uint reference, out Type type);
member this.TryGetReferencedType : uint32 * Type -> bool
Public Function TryGetReferencedType (reference As UInteger, ByRef type As Type) As Boolean
Parâmetros
- reference
- UInt32
A ID de referência.
- type
- Type
O tipo referenciado.
Retornos
true
se o tipo referenciado tiver sido encontrado, caso contrário, false
.