SetTaskPane Method
See Also 
SourceCode.Workflow.Design.InfoPath.FormTemplate.Core Namespace > IManifestFile Interface : SetTaskPane Method



name
href

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Sub SetTaskPane( _
   ByVal name As String, _
   ByVal href As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As IManifestFile
Dim name As String
Dim href As String
 
instance.SetTaskPane(name, href)
C#  
void SetTaskPane( 
   string name,
   string href
)
C++/CLI  
void SetTaskPane( 
   String^ name,
   String^ href
) 

Parameters

name
href

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