PexFocusOnAttributeBase.GetUncachedIncludedTypes(IPexLog) 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 os tipos inclusos não armazenados em cache.
protected:
abstract Microsoft::ExtendedReflection::Collections::IIndexable<Microsoft::ExtendedReflection::Metadata::TypeDefinition ^> ^ GetUncachedIncludedTypes(Microsoft::Pex::Engine::Logging::IPexLog ^ log);
protected abstract Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.TypeDefinition> GetUncachedIncludedTypes (Microsoft.Pex.Engine.Logging.IPexLog log);
abstract member GetUncachedIncludedTypes : Microsoft.Pex.Engine.Logging.IPexLog -> Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.TypeDefinition>
Protected MustOverride Function GetUncachedIncludedTypes (log As IPexLog) As IIndexable(Of TypeDefinition)
Parâmetros
- log
- Microsoft.Pex.Engine.Logging.IPexLog
Retornos
- Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.TypeDefinition>