SemanticItemCollection Members

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Defines a collection of SemanticItem objects.

The following tables list the members exposed by the SemanticItemCollection type.

Public Constructors

?? Name Description
SemanticItemCollection Initializes a new instance of the SemanticItemCollection class.

Top

Public Properties

?? Name Description
Bb858661.pubproperty(en-us,office.12).gif Count?? Gets the number of items in the collection.(inherited from BaseCollection)
Bb858661.pubproperty(en-us,office.12).gif IsFixedSize?? Gets whether the size of the collection is fixed.(inherited from BaseCollection)
Bb858661.pubproperty(en-us,office.12).gif IsReadOnly?? Gets whether the collection is read-only.(inherited from BaseCollection)
Bb858661.pubproperty(en-us,office.12).gif IsSynchronized?? Gets whether the collection is synchronized.(inherited from BaseCollection)
Bb858661.pubproperty(en-us,office.12).gif Item?? (inherited from BaseCollection )
Bb858661.pubproperty(en-us,office.12).gif SyncRoot?? Gets an object that can be used to synchronize access to the collection.(inherited from BaseCollection)

Top

Public Methods

(see also Protected Methods )

?? Name Description
Bb858661.pubmethod(en-us,office.12).gif Add?? Adds an element to the collection.(inherited from BaseCollection)
Bb858661.pubmethod(en-us,office.12).gif AddRange?? (inherited from BaseCollection )
Bb858661.pubmethod(en-us,office.12).gif Clear?? Removes all the elements from the collection.(inherited from BaseCollection)
Bb858661.pubmethod(en-us,office.12).gif Contains?? Checks whether an element is contained in the collection.(inherited from BaseCollection)
Bb858661.pubmethod(en-us,office.12).gif CopyTo?? (inherited from BaseCollection )
Bb858661.pubmethod(en-us,office.12).gif Equals?? Overloaded. (inherited from Object )
Bb858661.pubmethod(en-us,office.12).gif GetEnumerator?? Gets an enumerator for the collection.(inherited from BaseCollection)
Bb858661.pubmethod(en-us,office.12).gif GetHashCode?? (inherited from Object )
Bb858661.pubmethod(en-us,office.12).gif GetObjectData?? (inherited from BaseCollection )
Bb858661.pubmethod(en-us,office.12).gif GetType?? (inherited from Object )
Bb858661.pubmethod(en-us,office.12).gif IndexOf?? Finds the position of an element in the collection.(inherited from BaseCollection)
Bb858661.pubmethod(en-us,office.12).gif Insert?? (inherited from BaseCollection )
Bb858661.pubmethod(en-us,office.12).gif Bb858661.static(en-us,office.12).gif ReferenceEquals?? (inherited from Object )
Bb858661.pubmethod(en-us,office.12).gif Remove?? Removes an element from the collection.(inherited from BaseCollection)
Bb858661.pubmethod(en-us,office.12).gif RemoveAt?? (inherited from BaseCollection )
Bb858661.pubmethod(en-us,office.12).gif ToString?? (inherited from Object )

Top

Protected Methods

?? Name Description
Bb858661.protmethod(en-us,office.12).gif Finalize?? (inherited from Object )
Bb858661.protmethod(en-us,office.12).gif MemberwiseClone?? (inherited from Object )
Bb858661.protmethod(en-us,office.12).gif OnAdded?? Indicates that an object has been added to the collection.(inherited from BaseCollection)
Bb858661.protmethod(en-us,office.12).gif OnAdding?? (inherited from BaseCollection )
Bb858661.protmethod(en-us,office.12).gif OnRemoving?? Indicates that an object is about to be removed from the collection.(inherited from BaseCollection)

Top

Explicit Interface Implementations

?? Name Description
System.Collections.IEnumerable.GetEnumerator?? Gets an enumerator for the collection.(inherited from BaseCollection)

Top

See Also

Reference

SemanticItemCollection Class
Microsoft.SpeechServer.Dialog Namespace