PexAssumeAttributeBase.GetPreciseType(TypeEx, ICopyable<TypeEx>, Boolean) 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.
Verifica uma lista de tipos compatíveis com este domínio.
protected:
bool GetPreciseType(Microsoft::ExtendedReflection::Metadata::TypeEx ^ targetType, [Runtime::InteropServices::Out] Microsoft::ExtendedReflection::Collections::ICopyable<Microsoft::ExtendedReflection::Metadata::TypeEx ^> ^ % types, [Runtime::InteropServices::Out] bool % allowOtherTypes);
protected bool GetPreciseType (Microsoft.ExtendedReflection.Metadata.TypeEx targetType, out Microsoft.ExtendedReflection.Collections.ICopyable<Microsoft.ExtendedReflection.Metadata.TypeEx> types, out bool allowOtherTypes);
member this.GetPreciseType : Microsoft.ExtendedReflection.Metadata.TypeEx * ICopyable * bool -> bool
Protected Function GetPreciseType (targetType As TypeEx, ByRef types As ICopyable(Of TypeEx), ByRef allowOtherTypes As Boolean) As Boolean
Parâmetros
- targetType
- Microsoft.ExtendedReflection.Metadata.TypeEx
O tipo do destino.
- types
- Microsoft.ExtendedReflection.Collections.ICopyable<Microsoft.ExtendedReflection.Metadata.TypeEx>
Os tipos.
- allowOtherTypes
- Boolean
Se a lista de tipos é exclusiva.