PexUseTypesAttributeBase.GetTypes(IPexComponent) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает типы.
protected:
abstract Microsoft::ExtendedReflection::Collections::IIndexable<Microsoft::ExtendedReflection::Metadata::TypeEx ^> ^ GetTypes(Microsoft::Pex::Engine::ComponentModel::IPexComponent ^ host);
protected abstract Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.TypeEx> GetTypes (Microsoft.Pex.Engine.ComponentModel.IPexComponent host);
abstract member GetTypes : Microsoft.Pex.Engine.ComponentModel.IPexComponent -> Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.TypeEx>
Protected MustOverride Function GetTypes (host As IPexComponent) As IIndexable(Of TypeEx)
Параметры
- host
- Microsoft.Pex.Engine.ComponentModel.IPexComponent
Основное приложение.
Возвращаемое значение
- Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.TypeEx>