PexFocusOnAttributeBase.GetUncachedIncludedTypes(IPexLog) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает некэшированные включаемые типы.
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)
Параметры
- log
- Microsoft.Pex.Engine.Logging.IPexLog
Возвращаемое значение
- Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.TypeDefinition>