CodeFileTemplate Constructor(String,String)
See Also 
SourceCode.Workflow.Authoring Namespace > CodeFileTemplate Class > CodeFileTemplate Constructor : CodeFileTemplate Constructor(String,String)



template
content

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal template As String, _
   ByVal content As String _
)
Visual Basic (Usage) Copy Code
Dim template As String
Dim content As String
 
Dim instance As New CodeFileTemplate(template, content)
C#  
public CodeFileTemplate( 
   string template,
   string content
)
C++/CLI  
public:
CodeFileTemplate( 
   String^ template,
   String^ content
)

Parameters

template
content

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