IdeaBlade DevForce 2010 Help Reference
PassesFilter Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > TraceFns Class : PassesFilter Method



pNamespace
Returns true if the specified namespace passes the NamespaceFilters.

Syntax

Visual Basic (Declaration) 
Protected Shared Function PassesFilter( _
   ByVal pNamespace As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim pNamespace As String
Dim value As Boolean
 
value = TraceFns.PassesFilter(pNamespace)
C# 
protected static bool PassesFilter( 
   string pNamespace
)
C++/CLI 
protected:
static bool PassesFilter( 
   String^ pNamespace
) 

Parameters

pNamespace

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.