Intersoft WebInput Documentation
CustomPlaceHolderCollection Class
Members  See Also  Send Feedback
ISNet.WebUI.WebControls Namespace : CustomPlaceHolderCollection Class






Glossary Item Box

Represents a collection of custom placeholder.

Object Model

CustomPlaceHolderCollection Class

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<System.Reflection.DefaultMemberAttribute("Item")>
<System.ComponentModel.DescriptionAttribute("Represents a collection of custom placeholders.")>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<System.SerializableAttribute()>
Public Class CustomPlaceHolderCollection 
   Inherits System.Collections.CollectionBase
   Implements IPlaceHolderCollection 
Visual Basic (Usage)Copy Code
Dim instance As CustomPlaceHolderCollection
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Reflection.DefaultMemberAttribute("Item")]
[System.ComponentModel.DescriptionAttribute("Represents a collection of custom placeholders.")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.SerializableAttribute()]
public class CustomPlaceHolderCollection : System.Collections.CollectionBase, IPlaceHolderCollection  
Delphi 
public class CustomPlaceHolderCollection = class(System.Collections.CollectionBase, IPlaceHolderCollection)
JScript 
ISNet.Serialization.BinarySerializableAttribute()
System.Reflection.DefaultMemberAttribute("Item")
System.ComponentModel.DescriptionAttribute("Represents a collection of custom placeholders.")
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
System.SerializableAttribute()
public class CustomPlaceHolderCollection extends System.Collections.CollectionBase implements IPlaceHolderCollection 
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Reflection.DefaultMemberAttribute("Item")]
[System.ComponentModel.DescriptionAttribute("Represents a collection of custom placeholders.")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.SerializableAttribute()]
public __gc class CustomPlaceHolderCollection : public System.Collections.CollectionBase, IPlaceHolderCollection  
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Reflection.DefaultMemberAttribute("Item")]
[System.ComponentModel.DescriptionAttribute("Represents a collection of custom placeholders.")]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.SerializableAttribute()]
public ref class CustomPlaceHolderCollection : public System.Collections.CollectionBase, IPlaceHolderCollection  

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      ISNet.WebUI.WebControls.CustomPlaceHolderCollection

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.