SetFilter Method
See Also 
SourceCode.Workflow.WizardFramework.Interfaces Namespace > IContextBrowserService Interface : SetFilter Method



filter

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Sub SetFilter( _
   ByVal filter() As Type _
) 
Visual Basic (Usage) Copy Code
Dim instance As IContextBrowserService
Dim filter() As Type
 
instance.SetFilter(filter)
C#  
void SetFilter( 
   Type[] filter
)
C++/CLI  
void SetFilter( 
   array<Type^>^ filter
) 

Parameters

filter

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