XmlAnyElementAttributes Methods

XmlAnyElementAttributes Methods

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The XmlAnyElementAttributes type exposes the following members.

  NameDescription
Public method Add Represents a collection of XmlAnyElementAttribute objects.
Public method Clear Removes all objects from the collection.
Public method Contains Determines whether the collection contains a specified XmlAnyElementAttribute.
Public method CopyTo Copies an XmlAnyElementAttribute array to the collection, starting at a specified target index.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetEnumerator Returns an IEnumerator that can iterate through the collection.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IndexOf Returns the zero-based index of the first occurrence of a specified XmlAnyElementAttribute in the collection, or -1 if the attribute is not found in the collection.
Public method Insert Inserts an XmlAnyElementAttribute into the collection at the specified index.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Remove Removes a specified XmlAnyElementAttribute from the collection, if it is present.
Public method RemoveAt Removes an XmlAnyElementAttribute item at a specified index from the collection.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public Extension Method AsQueryable Converts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension Method Cast(Of TResult) Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension Method OfType(Of TResult) Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top

  NameDescription
Explicit interface implemetation Private method ICollection.CopyTo Copies the elements from the attribute collection to an array, starting at a specified index of the array.
Explicit interface implemetation Private method IList.Add Adds an item to the attribute list.
Explicit interface implemetation Private method IList.Contains Determines whether the attribute list contains a specific value.
Explicit interface implemetation Private method IList.IndexOf Determines the index of a specified item in the attribute list.
Explicit interface implemetation Private method IList.Insert Inserts an item in the list at a specified index.
Explicit interface implemetation Private method IList.Remove Removes the first occurrence of a specific object from the list.
Top

Show:
© 2017 Microsoft