This documentation is archived and is not being maintained.

ListItem Methods

The ListItem type exposes the following members.

  NameDescription
Public method Equals Determines whether the specified object has the same value and text as the current list item. (Overrides Object::Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Static member FromString Creates a ListItem from the specified text.
Public method GetHashCode Serves as a hash function for a particular type, and is suitable for use in hashing algorithms and data structures like a hash table. (Overrides Object::GetHashCode().)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Overrides Object::ToString().)
Top

  NameDescription
Explicit interface implemetation Private method IParserAccessor::AddParsedSubObject Infrastructure. Allows the Text property to be persisted as inner content.
Explicit interface implemetation Private method IAttributeAccessor::GetAttribute Infrastructure. Returns the attribute value of the list item control having the specified attribute name.
Explicit interface implemetation Private method IStateManager::LoadViewState Infrastructure. For a description of this member, see IStateManager::LoadViewState.
Explicit interface implemetation Private method IStateManager::SaveViewState Infrastructure. For a description of this member, see IStateManager::SaveViewState.
Explicit interface implemetation Private method IAttributeAccessor::SetAttribute Infrastructure. Sets an attribute of the list item control with the specified name and value.
Explicit interface implemetation Private method IStateManager::TrackViewState Infrastructure. For a description of this member, see IStateManager::TrackViewState.
Top
Show: