Intersoft WebInput Documentation
Add Method
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > CustomPlaceHolderCollection Class : Add Method






value
The CustomPlaceHolder object to add to the end of the CustomPlaceHolderCollection.

Glossary Item Box

Adds a string to the end of the CustomPlaceHolderCollection.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Adds a string to the end of the CustomPlaceHolderCollection.")>
Public Function Add( _
   ByVal value As CustomPlaceHolder _
) As System.Integer
Visual Basic (Usage)Copy Code
Dim instance As CustomPlaceHolderCollection
Dim value As CustomPlaceHolder
Dim value As System.Integer
 
value = instance.Add(value)
C# 
[System.ComponentModel.DescriptionAttribute("Adds a string to the end of the CustomPlaceHolderCollection.")]
public System.int Add( 
   CustomPlaceHolder value
)
Delphi 
public function Add( 
    value: CustomPlaceHolder
): System.Integer; 
JScript 
System.ComponentModel.DescriptionAttribute("Adds a string to the end of the CustomPlaceHolderCollection.")
public function Add( 
   value : CustomPlaceHolder
) : System.int;
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Adds a string to the end of the CustomPlaceHolderCollection.")]
public: System.int Add( 
   CustomPlaceHolder* value
) 
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Adds a string to the end of the CustomPlaceHolderCollection.")]
public:
System.int Add( 
   CustomPlaceHolder^ value
) 

Parameters

value
The CustomPlaceHolder object to add to the end of the CustomPlaceHolderCollection.

Return Value

The zero-based index at which the new element is inserted.

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.