Intersoft WebScheduler Documentation
Insert Method
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerDisabledTimeCollection Class : Insert Method






index
item

Glossary Item Box

Syntax

Visual Basic (Declaration) 
<__DynamicallyInvokableAttribute()>
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As ISNet.WebUI.INamedObject2 _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerDisabledTimeCollection
Dim index As System.Integer
Dim item As ISNet.WebUI.INamedObject2
 
instance.Insert(index, item)
C# 
[__DynamicallyInvokableAttribute()]
public void Insert( 
   System.int index,
   ISNet.WebUI.INamedObject2 item
)
Delphi 
public procedure Insert( 
    index: System.Integer;
    item: ISNet.WebUI.INamedObject2
); 
JScript 
__DynamicallyInvokableAttribute()
public function Insert( 
   index : System.int,
   item : ISNet.WebUI.INamedObject2
);
Managed Extensions for C++ 
[__DynamicallyInvokableAttribute()]
public: void Insert( 
   System.int index,
   ISNet.WebUI.INamedObject2* item
) 
C++/CLI 
[__DynamicallyInvokableAttribute()]
public:
void Insert( 
   System.int index,
   ISNet.WebUI.INamedObject2^ item
) 

Parameters

index
item

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

©2013 Intersoft Solutions Corp. All Rights Reserved.