PexUseTypeHintsAttributeBase.GetTypeDefinitions 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取类型定义。
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)
参数
- host
- Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent
主机。
返回
- Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.TypeDefinition>