This documentation is archived and is not being maintained.
AdapterDictionary Class
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Used internally at run time by the configuration system to contain the names of the available adapters used to render server controls on different browsers.
System::Object
System.Collections.Specialized::OrderedDictionary
System.Web.Configuration::AdapterDictionary
System.Collections.Specialized::OrderedDictionary
System.Web.Configuration::AdapterDictionary
Assembly: System.Web (in System.Web.dll)
The AdapterDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AdapterDictionary | Used internally at run time by the configuration system to create a new instance of this class. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of key/values pairs contained in the OrderedDictionary collection. (Inherited from OrderedDictionary.) |
![]() | IsReadOnly | Gets a value indicating whether the OrderedDictionary collection is read-only. (Inherited from OrderedDictionary.) |
![]() | Item[Int32] | Gets or sets the value at the specified index. (Inherited from OrderedDictionary.) |
![]() | Item[Object] | Gets or sets the value with the specified key. (Inherited from OrderedDictionary.) |
![]() | Item[String] | Used internally at run time by the configuration system to get or set a specified adapter name. |
![]() | Keys | Gets an ICollection object containing the keys in the OrderedDictionary collection. (Inherited from OrderedDictionary.) |
![]() | Values | Gets an ICollection object containing the values in the OrderedDictionary collection. (Inherited from OrderedDictionary.) |
| Name | Description | |
|---|---|---|
![]() | Add | Adds an entry with the specified key and value into the OrderedDictionary collection with the lowest available index. (Inherited from OrderedDictionary.) |
![]() | AsReadOnly | Returns a read-only copy of the current OrderedDictionary collection. (Inherited from OrderedDictionary.) |
![]() | Clear | Removes all elements from the OrderedDictionary collection. (Inherited from OrderedDictionary.) |
![]() | Contains | Determines whether the OrderedDictionary collection contains a specific key. (Inherited from OrderedDictionary.) |
![]() | CopyTo | Copies the OrderedDictionary elements to a one-dimensional Array object at the specified index. (Inherited from OrderedDictionary.) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | Returns an IDictionaryEnumerator object that iterates through the OrderedDictionary collection. (Inherited from OrderedDictionary.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the OrderedDictionary collection. (Inherited from OrderedDictionary.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Insert | Inserts a new entry into the OrderedDictionary collection with the specified key and value at the specified index. (Inherited from OrderedDictionary.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnDeserialization | Implements the ISerializable interface and is called back by the deserialization event when deserialization is complete. (Inherited from OrderedDictionary.) |
![]() | Remove | Removes the entry with the specified key from the OrderedDictionary collection. (Inherited from OrderedDictionary.) |
![]() | RemoveAt | Removes the entry at the specified index from the OrderedDictionary collection. (Inherited from OrderedDictionary.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::IsSynchronized | Gets a value indicating whether access to the OrderedDictionary object is synchronized (thread-safe). (Inherited from OrderedDictionary.) |
![]() ![]() | ICollection::SyncRoot | Gets an object that can be used to synchronize access to the OrderedDictionary object. (Inherited from OrderedDictionary.) |
![]() ![]() | IDeserializationCallback::OnDeserialization | Implements the ISerializable interface and is called back by the deserialization event when deserialization is complete. (Inherited from OrderedDictionary.) |
![]() ![]() | IDictionary::IsFixedSize | Gets a value indicating whether the OrderedDictionary has a fixed size. (Inherited from OrderedDictionary.) |
![]() ![]() | IEnumerable::GetEnumerator | Infrastructure. Returns an IDictionaryEnumerator object that iterates through the OrderedDictionary collection. (Inherited from OrderedDictionary.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:





