| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal maxLength As System.Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim maxLength As System.Integer Dim instance As New DTNameCollection(maxLength) | |
| C# | |
|---|---|
public DTNameCollection( System.int maxLength ) | |
| Delphi | |
|---|---|
public DTNameCollection( maxLength: System.Integer ); | |
| JScript | |
|---|---|
public function DTNameCollection( maxLength : System.int ); | |
| Managed Extensions for C++ | |
|---|---|
public: DTNameCollection( System.int maxLength ) | |
| C++/CLI | |
|---|---|
public: DTNameCollection( System.int maxLength ) | |
Parameters
- maxLength
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