| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal name As String, _ ByVal src As TemplateVariable _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim name As String Dim src As TemplateVariable Dim instance As New TemplateVariable(name, src)  | |
| C# | |
|---|---|
public TemplateVariable( string name, TemplateVariable src )  | |
| Managed Extensions for C++ | |
|---|---|
public: TemplateVariable( string* name, TemplateVariable* src )  | |
| C++/CLI | |
|---|---|
public: TemplateVariable( String^ name, TemplateVariable^ src )  | |
Parameters
- name
 - The new name.
 - src
 - Everything else is copied from this.
 
Requirements
Platforms: Windows 10, Windows NT, Windows Server