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



context
provider

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Function CreateContextBrowser( _
   ByVal context As Object, _
   ByVal provider As IServiceProvider _
) As IContextBrowser
Visual Basic (Usage) Copy Code
Dim instance As IContextBrowserService
Dim context As Object
Dim provider As IServiceProvider
Dim value As IContextBrowser
 
value = instance.CreateContextBrowser(context, provider)
C#  
IContextBrowser CreateContextBrowser( 
   object context,
   IServiceProvider provider
)
C++/CLI  
IContextBrowser^ CreateContextBrowser( 
   Object^ context,
   IServiceProvider^ provider
) 

Parameters

context
provider

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