PexUseTypesAttributeBase.GetTypes(IPexComponent) 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.
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)
Parâmetros
- host
- Microsoft.Pex.Engine.ComponentModel.IPexComponent
O host.
Retornos
- Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.TypeEx>