DevForce Help Reference
NamespaceFilter Constructor(NamespaceFilterMode,String)


Initializes a new instance of the NamespaceFilter class.
Syntax
'Declaration
 
Public Function New( _
   ByVal mode As NamespaceFilterMode, _
   ByVal aNamespace As String _
)
'Usage
 
Dim mode As NamespaceFilterMode
Dim aNamespace As String
 
Dim instance As New NamespaceFilter(mode, aNamespace)
public NamespaceFilter( 
   NamespaceFilterMode mode,
   string aNamespace
)

Parameters

mode
aNamespace
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NamespaceFilter Class
NamespaceFilter Members
Overload List

Send Feedback