Represents a collection of custom placeholder.
Object Model
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 |
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