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






Glossary Item Box

Represents a collection of default placeholders.

Object Model

DefaultPlaceHolderCollection Class

Syntax

Visual Basic (Declaration) 
<System.Reflection.DefaultMemberAttribute("Item")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Represents a collection of default placeholders.")>
<System.SerializableAttribute()>
Public NotInheritable Class DefaultPlaceHolderCollection 
   Inherits System.Collections.ReadOnlyCollectionBase
   Implements IPlaceHolderCollection 
Visual Basic (Usage)Copy Code
Dim instance As DefaultPlaceHolderCollection
C# 
[System.Reflection.DefaultMemberAttribute("Item")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Represents a collection of default placeholders.")]
[System.SerializableAttribute()]
public sealed class DefaultPlaceHolderCollection : System.Collections.ReadOnlyCollectionBase, IPlaceHolderCollection  
Delphi 
public class DefaultPlaceHolderCollection = class(System.Collections.ReadOnlyCollectionBase, IPlaceHolderCollection)sealed; 
JScript 
System.Reflection.DefaultMemberAttribute("Item")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.DescriptionAttribute("Represents a collection of default placeholders.")
System.SerializableAttribute()
public sealed class DefaultPlaceHolderCollection extends System.Collections.ReadOnlyCollectionBase implements IPlaceHolderCollection 
Managed Extensions for C++ 
[System.Reflection.DefaultMemberAttribute("Item")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Represents a collection of default placeholders.")]
[System.SerializableAttribute()]
public __gc __sealed class DefaultPlaceHolderCollection : public System.Collections.ReadOnlyCollectionBase, IPlaceHolderCollection  
C++/CLI 
[System.Reflection.DefaultMemberAttribute("Item")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Represents a collection of default placeholders.")]
[System.SerializableAttribute()]
public ref class DefaultPlaceHolderCollection sealed : public System.Collections.ReadOnlyCollectionBase, IPlaceHolderCollection  

Inheritance Hierarchy

System.Object
   System.Collections.ReadOnlyCollectionBase
      ISNet.WebUI.WebControls.DefaultPlaceHolderCollection

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.