PexPreparableFromFactoriesAttributeBase.GetUncachedPreparables Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of preparable methods
protected:
abstract void GetUncachedPreparables(Microsoft::Pex::Engine::ComponentModel::IPexComponent ^ host, Microsoft::ExtendedReflection::Collections::SafeList<Microsoft::Pex::Engine::Preparable::IPexPreparableDefinition ^> ^ preparables);
protected abstract void GetUncachedPreparables (Microsoft.Pex.Engine.ComponentModel.IPexComponent host, Microsoft.ExtendedReflection.Collections.SafeList<Microsoft.Pex.Engine.Preparable.IPexPreparableDefinition> preparables);
abstract member GetUncachedPreparables : Microsoft.Pex.Engine.ComponentModel.IPexComponent * Microsoft.ExtendedReflection.Collections.SafeList<Microsoft.Pex.Engine.Preparable.IPexPreparableDefinition> -> unit
Protected MustOverride Sub GetUncachedPreparables (host As IPexComponent, preparables As SafeList(Of IPexPreparableDefinition))
Parameters
- host
- Microsoft.Pex.Engine.ComponentModel.IPexComponent
- preparables
- Microsoft.ExtendedReflection.Collections.SafeList<Microsoft.Pex.Engine.Preparable.IPexPreparableDefinition>