Visual Basic (Declaration) | |
---|---|
Public Overridable Function GetItem( _ ByVal index As System.Integer _ ) As ISNet.WebUI.INamedObject |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As HolidayCollection Dim index As System.Integer Dim value As ISNet.WebUI.INamedObject value = instance.GetItem(index) |
C# | |
---|---|
public virtual ISNet.WebUI.INamedObject GetItem( System.int index ) |
Delphi | |
---|---|
public function GetItem( index: System.Integer ): ISNet.WebUI.INamedObject; virtual; |
JScript | |
---|---|
public function GetItem( index : System.int ) : ISNet.WebUI.INamedObject; |
Managed Extensions for C++ | |
---|---|
public: virtual ISNet.WebUI.INamedObject* GetItem( System.int index ) |
C++/CLI | |
---|---|
public: virtual ISNet.WebUI.INamedObject^ GetItem( System.int index ) |
Parameters
- index
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