DetailColumnCollection Class

 

Represents a collection of DetailColumn objects that are displayed in the details pane of the Dashboard.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

System::Object
  Microsoft.WindowsServerSolutions.Administration.ObjectModel::DetailColumnCollection

[SerializableAttribute]
public ref class DetailColumnCollection sealed : ICollection<DetailColumn^>, 
	IEnumerable<DetailColumn^>, IEnumerable

NameDescription
System_CAPS_pubmethodDetailColumnCollection()

Initializes a new instance of the DetailColumnCollection class.

NameDescription
System_CAPS_pubpropertyCount

Gets the number of DetailColumn objects in the DetailColumnCollection.

System_CAPS_pubpropertyIsReadOnly

Gets a value that indicates whether the DetailColumnCollection is read-only.

NameDescription
System_CAPS_pubmethodAdd()

Initializes a DetailColumn object and adds the object to the DetailColumnCollection.

System_CAPS_pubmethodAdd(DetailColumn^)

Adds the specified DetailColumn object to the DetailColumnCollection.

System_CAPS_pubmethodClear()

Removes all DetailColumn objects from the DetailColumnCollection.

System_CAPS_pubmethodContains(DetailColumn^)

Determines whether the specified DetailColumn object is located in the DetailColumnCollection.

System_CAPS_pubmethodCopyTo(array<DetailColumn^>^, Int32)

Copies the entire DetailColumnCollection to a compatible one-dimensional array, starting at the specified index of the target array.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticFromException(String^, Exception^)

Creates a DetailColumnCollection from an Exception.

System_CAPS_pubmethodGetEnumerator()

Returns an enumerator that is used to iterate through the DetailColumnCollection.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodRemove(DetailColumn^)

Removes the first occurrence of the specified DetailColumn object from the DetailColumnCollection.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

Returns an IEnumerator that can iterate through a collection.

A DetailColumnCollection can be passed as an argument to one of the Create methods of PageContent.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: