DeploymentStatusDictionary members

Represents a collection of DeploymentStatus objects.

The DeploymentStatusDictionary type exposes the following members.

Constructors

  Name Description
Public method DeploymentStatusDictionary Initializes a new instance of the DeploymentStatusDictionary object.

Top

Properties

  Name Description
Public property Capacity (Inherited from SortedList<String, DeploymentStatus>.)
Public property Comparer (Inherited from SortedList<String, DeploymentStatus>.)
Public property Count (Inherited from SortedList<String, DeploymentStatus>.)
Public property Item (Inherited from SortedList<String, DeploymentStatus>.)
Public property Keys (Inherited from SortedList<String, DeploymentStatus>.)
Public property Values (Inherited from SortedList<String, DeploymentStatus>.)

Top

Methods

  Name Description
Public method Add(DeploymentStatus) Adds a DeploymentStatus object to the deployment status dictionary.
Public method Add(TKey, TValue) (Inherited from SortedList<String, DeploymentStatus>.)
Public method Clear (Inherited from SortedList<String, DeploymentStatus>.)
Public method ContainsKey (Inherited from SortedList<String, DeploymentStatus>.)
Public method ContainsValue (Inherited from SortedList<String, DeploymentStatus>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from SortedList<String, DeploymentStatus>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOfKey (Inherited from SortedList<String, DeploymentStatus>.)
Public method IndexOfValue (Inherited from SortedList<String, DeploymentStatus>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from SortedList<String, DeploymentStatus>.)
Public method RemoveAt (Inherited from SortedList<String, DeploymentStatus>.)
Public method ToString (Inherited from Object.)
Public method TrimExcess (Inherited from SortedList<String, DeploymentStatus>.)
Public method TryGetValue (Inherited from SortedList<String, DeploymentStatus>.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method ICollection<KeyValuePair<TKey, TValue>>.Add (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate method IDictionary.Add (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate method ICollection<KeyValuePair<TKey, TValue>>.Contains (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate method IDictionary.Contains (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate method ICollection<KeyValuePair<TKey, TValue>>.CopyTo (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate method IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate method IDictionary.GetEnumerator (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate property IDictionary.IsFixedSize (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate property ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate property IDictionary.IsReadOnly (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate property IDictionary.Item (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate property IDictionary<TKey, TValue>.Keys (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate property IDictionary.Keys (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate method ICollection<KeyValuePair<TKey, TValue>>.Remove (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate method IDictionary.Remove (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate property IDictionary<TKey, TValue>.Values (Inherited from SortedList<String, DeploymentStatus>.)
Explicit interface implemetationPrivate property IDictionary.Values (Inherited from SortedList<String, DeploymentStatus>.)

Top

See also

Reference

DeploymentStatusDictionary class

Microsoft.SharePoint.Publishing.Administration namespace