次の方法で共有


PexUseTypeHintsAttributeBase.GetTypeDefinitions Method

Definition

Gets the type definitions.

protected:
 abstract Microsoft::ExtendedReflection::Collections::IIndexable<Microsoft::ExtendedReflection::Metadata::TypeDefinition ^> ^ GetTypeDefinitions(Microsoft::Pex::Engine::ComponentModel::IPexExplorationComponent ^ host);
protected abstract Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.TypeDefinition> GetTypeDefinitions (Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent host);
abstract member GetTypeDefinitions : Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent -> Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.TypeDefinition>
Protected MustOverride Function GetTypeDefinitions (host As IPexExplorationComponent) As IIndexable(Of TypeDefinition)

Parameters

host
Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent

The host.

Returns

Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.TypeDefinition>

Applies to