PexFocusOnAttributeBase.Decorate(Name, IPexDecoratedComponentElement) 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.
Decorates component with custom decorators
protected:
override void Decorate(Microsoft::ExtendedReflection::Metadata::Names::Name ^ location, Microsoft::Pex::Engine::ComponentModel::IPexDecoratedComponentElement ^ host);
protected override void Decorate (Microsoft.ExtendedReflection.Metadata.Names.Name location, Microsoft.Pex.Engine.ComponentModel.IPexDecoratedComponentElement host);
override this.Decorate : Microsoft.ExtendedReflection.Metadata.Names.Name * Microsoft.Pex.Engine.ComponentModel.IPexDecoratedComponentElement -> unit
Protected Overrides Sub Decorate (location As Name, host As IPexDecoratedComponentElement)
Parameters
- location
- Microsoft.ExtendedReflection.Metadata.Names.Name
The location of the decorator.
- host
- Microsoft.Pex.Engine.ComponentModel.IPexDecoratedComponentElement
The host.