PexLogEventFilterAttributeBase.CreateFilter(IPexComponent) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria uma instância Microsoft.ExtendedReflection.Logging.ILogEventFilter.
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
Parâmetros
- host
- Microsoft.Pex.Engine.ComponentModel.IPexComponent
Retornos
- Microsoft.ExtendedReflection.Logging.ILogEventFilter