Typ XPathCollection zpřístupňuje následující členy.

Konstruktory

  JménoPopis
XPathCollection
Vytvoří novou instanci třídy XPathCollection.

Metody

  JménoPopis
Add
Přidá prvek value do kolekce.
Clear

Removes all objects from the CollectionBase instance.

(Zděděno z CollectionBase.)
CopyTo
Kopíruje prvky kolekce do pole XPathCollection, začínající na uvedeném indexu index v poli collection.
Equals

Determines whether the specified Object is equal to the current Object.

(Zděděno z Object.)
Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Zděděno z Object.)
GetEnumerator

Returns an enumerator that can iterate through the CollectionBase instance.

(Zděděno z CollectionBase.)
GetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

(Zděděno z Object.)
GetType

Gets the Type of the current instance.

(Zděděno z Object.)
Insert
Vloží prvek value do kolekce na pozici index.
MemberwiseClone

Creates a shallow copy of the current Object.

(Zděděno z Object.)
OnClear

Performs additional custom processes when clearing the contents of the CollectionBase instance.

(Zděděno z CollectionBase.)
OnClearComplete

Performs additional custom processes after clearing the contents of the CollectionBase instance.

(Zděděno z CollectionBase.)
OnInsert

Performs additional custom processes before inserting a new element into the CollectionBase instance.

(Zděděno z CollectionBase.)
OnInsertComplete

Performs additional custom processes after inserting a new element into the CollectionBase instance.

(Zděděno z CollectionBase.)
OnRemove

Performs additional custom processes when removing an element from the CollectionBase instance.

(Zděděno z CollectionBase.)
OnRemoveComplete

Performs additional custom processes after removing an element from the CollectionBase instance.

(Zděděno z CollectionBase.)
OnSet

Performs additional custom processes before setting a value in the CollectionBase instance.

(Zděděno z CollectionBase.)
OnSetComplete

Performs additional custom processes after setting a value in the CollectionBase instance.

(Zděděno z CollectionBase.)
OnValidate
Metoda je volána kolekcí pro kontrolu, zda je prvek validní.
(Přepisuje CollectionBase..::.OnValidate(Object).)
Remove
Odebere hodnotu z kolekce.
RemoveAt

Removes the element at the specified index of the CollectionBase instance.

(Zděděno z CollectionBase.)
ToString

Returns a String that represents the current Object.

(Zděděno z Object.)

Vlastnosti

  JménoPopis
Count

Gets the number of elements contained in the CollectionBase instance.

(Zděděno z CollectionBase.)
InnerList

Gets an ArrayList containing the list of elements in the CollectionBase instance.

(Zděděno z CollectionBase.)
Item
Vrátí anebo nastaví prvek kolekce na pozici i.
List

Gets an IList containing the list of elements in the CollectionBase instance.

(Zděděno z CollectionBase.)
SyncRoot
Vrátí objekt, který může být použit pro synchronizaci přístupu k této instanci.

Podívat se také na