PexExplorableAttributeBase.TryCreateExplorable(IPexComponent, IPexExplorable) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Создает просматриваемый экземпляр.
protected:
abstract bool TryCreateExplorable(Microsoft::Pex::Engine::ComponentModel::IPexComponent ^ host, [Runtime::InteropServices::Out] Microsoft::Pex::Engine::Explorable::IPexExplorable ^ % explorable);
protected abstract bool TryCreateExplorable (Microsoft.Pex.Engine.ComponentModel.IPexComponent host, out Microsoft.Pex.Engine.Explorable.IPexExplorable explorable);
abstract member TryCreateExplorable : Microsoft.Pex.Engine.ComponentModel.IPexComponent * IPexExplorable -> bool
Protected MustOverride Function TryCreateExplorable (host As IPexComponent, ByRef explorable As IPexExplorable) As Boolean
Параметры
- host
- Microsoft.Pex.Engine.ComponentModel.IPexComponent
Основное приложение.
- explorable
- Microsoft.Pex.Engine.Explorable.IPexExplorable
Просматриваемый объект.