PexComponentElementDecoratorAttributeBase Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Базовый класс для атрибутов декоратора
public ref class PexComponentElementDecoratorAttributeBase abstract : Microsoft::Pex::Framework::PexAttributeBase, Microsoft::Pex::Engine::ComponentModel::IPexComponentElementDecorator, Microsoft::Pex::Engine::ComponentModel::IPexValidatable
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true)]
public abstract class PexComponentElementDecoratorAttributeBase : Microsoft.Pex.Framework.PexAttributeBase, Microsoft.Pex.Engine.ComponentModel.IPexComponentElementDecorator, Microsoft.Pex.Engine.ComponentModel.IPexValidatable
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true)>]
type PexComponentElementDecoratorAttributeBase = class
inherit PexAttributeBase
interface IPexComponentElementDecorator
interface IPexValidatable
Public MustInherit Class PexComponentElementDecoratorAttributeBase
Inherits PexAttributeBase
Implements IPexComponentElementDecorator, IPexValidatable
- Наследование
- Производный
- Атрибуты
- Реализации
-
Microsoft.Pex.Engine.ComponentModel.IPexComponentElementDecorator Microsoft.Pex.Engine.ComponentModel.IPexValidatable
Конструкторы
| PexComponentElementDecoratorAttributeBase() |
Инициализирует новый экземпляр класса PexComponentElementDecoratorAttributeBase. |
Методы
| Decorate(Name, IPexDecoratedComponentElement) |
Этот метод может объявлять фильтры, фокусирования и пакеты для IntelliTest. |
| Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) |
Проверяет атрибут в конкретном контексте видимости. |
Явные реализации интерфейса
| IPexComponentElementDecorator.Decorate(Name, IPexDecoratedComponentElement) | |
| IPexValidatable.Validate(IPexLog, ICustomAttributeProviderEx, VisibilityContext) |