SPFeatureQueryResultCollection Members
Include Protected Members
Include Inherited Members
Represents an enumerable collection of SPFeature objects.
The SPFeatureQueryResultCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can iterate through the SPFeature objects in the SPFeatureQueryResultCollection collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerator<SPFeature>.Current | ||
IEnumerator.Current | Gets the Object in the collection at the current position of the enumerator. | |
IDisposable.Dispose | Releases unmanaged resources used by this object. | |
IEnumerable.GetEnumerator | Returns an enumerator that can iterate through the SPFeature objects in the SPFeatureQueryResultCollection collection. | |
IEnumerator.MoveNext | Advances the enumerator to the next element of the collection. | |
IEnumerator.Reset | Sets the enumerator to its initial position, which is before the first element in the collection. |
Top