Sdílet prostřednictvím


PexExplorableFromFactoriesAttributeBase.GetUncachedExplorables Method

Definition

Gets the list of explorable methods

protected:
 abstract void GetUncachedExplorables(Microsoft::Pex::Engine::ComponentModel::IPexComponent ^ host, Microsoft::ExtendedReflection::Collections::SafeList<Microsoft::Pex::Engine::Explorable::IPexExplorable ^> ^ explorables);
protected abstract void GetUncachedExplorables (Microsoft.Pex.Engine.ComponentModel.IPexComponent host, Microsoft.ExtendedReflection.Collections.SafeList<Microsoft.Pex.Engine.Explorable.IPexExplorable> explorables);
abstract member GetUncachedExplorables : Microsoft.Pex.Engine.ComponentModel.IPexComponent * Microsoft.ExtendedReflection.Collections.SafeList<Microsoft.Pex.Engine.Explorable.IPexExplorable> -> unit
Protected MustOverride Sub GetUncachedExplorables (host As IPexComponent, explorables As SafeList(Of IPexExplorable))

Parameters

host
Microsoft.Pex.Engine.ComponentModel.IPexComponent
explorables
Microsoft.ExtendedReflection.Collections.SafeList<Microsoft.Pex.Engine.Explorable.IPexExplorable>

Applies to