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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family