PexLogEventFilterAttributeBase.CreateFilter(IPexComponent) 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.
Creates a Microsoft.ExtendedReflection.Logging.ILogEventFilter instance.
protected:
abstract Microsoft::ExtendedReflection::Logging::ILogEventFilter ^ CreateFilter(Microsoft::Pex::Engine::ComponentModel::IPexComponent ^ host);
protected abstract Microsoft.ExtendedReflection.Logging.ILogEventFilter CreateFilter (Microsoft.Pex.Engine.ComponentModel.IPexComponent host);
abstract member CreateFilter : Microsoft.Pex.Engine.ComponentModel.IPexComponent -> Microsoft.ExtendedReflection.Logging.ILogEventFilter
Protected MustOverride Function CreateFilter (host As IPexComponent) As ILogEventFilter
Parameters
- host
- Microsoft.Pex.Engine.ComponentModel.IPexComponent
Returns
Microsoft.ExtendedReflection.Logging.ILogEventFilter