GrammarCollection Members

The GrammarCollection type exposes the following members.

Constructors

  Name Description
Dd253363.pubmethod(en-us,office.13).gif GrammarCollection
Creates a new collection.

Methods

  Name Description
Dd253363.pubmethod(en-us,office.13).gif Add
Adds an element to the collection.
(Inherited from BaseCollection<(Of <(T>)>).)
Dd253363.pubmethod(en-us,office.13).gif AddRange
Adds a collection to the collection.
(Inherited from BaseCollection<(Of <(T>)>).)
Dd253363.pubmethod(en-us,office.13).gif Clear
Removes all the elements from the collection.
(Inherited from BaseCollection<(Of <(T>)>).)
Dd253363.pubmethod(en-us,office.13).gif Contains
Checks whether an element is contained in the collection.
(Inherited from BaseCollection<(Of <(T>)>).)
Dd253363.pubmethod(en-us,office.13).gif CopyTo
Copies the items of the collection to an array.
(Inherited from BaseCollection<(Of <(T>)>).)
Dd253363.pubmethod(en-us,office.13).gif Equals (Inherited from Object.)
Dd253363.protmethod(en-us,office.13).gif Finalize (Inherited from Object.)
Dd253363.pubmethod(en-us,office.13).gif GetEnumerator
Gets an enumerator over the collection.
(Inherited from BaseCollection<(Of <(T>)>).)
Dd253363.pubmethod(en-us,office.13).gif GetHashCode (Inherited from Object.)
Dd253363.pubmethod(en-us,office.13).gif GetObjectData
Populates a SerializationInfo object with the data needed to serialize the target object.
(Inherited from BaseCollection<(Of <(T>)>).)
Dd253363.pubmethod(en-us,office.13).gif GetType (Inherited from Object.)
Dd253363.pubmethod(en-us,office.13).gif IndexOf
Gets the position of an element in the collection.
(Inherited from BaseCollection<(Of <(T>)>).)
Dd253363.pubmethod(en-us,office.13).gif Insert
Inserts an element at a specific position in the collection.
(Inherited from BaseCollection<(Of <(T>)>).)
Dd253363.protmethod(en-us,office.13).gif MemberwiseClone (Inherited from Object.)
Dd253363.protmethod(en-us,office.13).gif OnAdded
Called when an object has been added to the collection.
(Inherited from BaseCollection<(Of <(T>)>).)
Dd253363.protmethod(en-us,office.13).gif OnAdding
Called when an object is about to be added to the collection.
(Inherited from BaseCollection<(Of <(T>)>).)
Dd253363.protmethod(en-us,office.13).gif OnRemoving
Called when an object is about to be removed from the collection.
(Inherited from BaseCollection<(Of <(T>)>).)
Dd253363.pubmethod(en-us,office.13).gif Remove
Removes an element from the collection.
(Inherited from BaseCollection<(Of <(T>)>).)
Dd253363.pubmethod(en-us,office.13).gif RemoveAt
Removes the element at a specific position in the collection.
(Inherited from BaseCollection<(Of <(T>)>).)
Dd253363.pubmethod(en-us,office.13).gif ToString (Inherited from Object.)

Properties

  Name Description
Dd253363.pubproperty(en-us,office.13).gif Count
Gets the number of items in the collection.
(Inherited from BaseCollection<(Of <(T>)>).)
Dd253363.pubproperty(en-us,office.13).gif IsFixedSize
Gets a boolean that specifies whether the size of the collection is fixed.
(Inherited from BaseCollection<(Of <(T>)>).)
Dd253363.pubproperty(en-us,office.13).gif IsReadOnly
Gets a boolean that specifies whether the collection is read-only.
(Inherited from BaseCollection<(Of <(T>)>).)
Dd253363.pubproperty(en-us,office.13).gif IsSynchronized
Gets a boolean that specifies whether the collection is synchronized.
(Inherited from BaseCollection<(Of <(T>)>).)
Dd253363.pubproperty(en-us,office.13).gif Item
Gets or sets an element in the collection at a specific position.
(Inherited from BaseCollection<(Of <(T>)>).)
Dd253363.pubproperty(en-us,office.13).gif SyncRoot
Gets an object that can be used to synchronize access to the collection.
(Inherited from BaseCollection<(Of <(T>)>).)

See Also

GrammarCollection Class

Microsoft.Rtc.Workflow.Common Namespace