SPFieldLookupValueCollection members
Contains the values for an SPFieldLookup object that can contain multiple values.
The SPFieldLookupValueCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPFieldLookupValueCollection() | Initializes a new instance of the SPFieldLookupValueCollection class. | |
SPFieldLookupValueCollection(String) | Initializes a new instance of the SPFieldLookupValueCollection class based on the specified field value. | |
SPFieldLookupValueCollection(SerializationInfo, StreamingContext) | Initializes a new instance of the SPFieldLookupValueCollection class with serialized data. |
Top
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from List<SPFieldLookupValue>.) | |
Count | (Inherited from List<SPFieldLookupValue>.) | |
Item | (Inherited from List<SPFieldLookupValue>.) |
Top
Methods
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from List<SPFieldLookupValue>.) | |
IList.Contains | (Inherited from List<SPFieldLookupValue>.) | |
ICollection.CopyTo | (Inherited from List<SPFieldLookupValue>.) | |
IEnumerable<T>.GetEnumerator | (Inherited from List<SPFieldLookupValue>.) | |
IEnumerable.GetEnumerator | (Inherited from List<SPFieldLookupValue>.) | |
IList.IndexOf | (Inherited from List<SPFieldLookupValue>.) | |
IList.Insert | (Inherited from List<SPFieldLookupValue>.) | |
IList.IsFixedSize | (Inherited from List<SPFieldLookupValue>.) | |
ICollection<T>.IsReadOnly | (Inherited from List<SPFieldLookupValue>.) | |
IList.IsReadOnly | (Inherited from List<SPFieldLookupValue>.) | |
ICollection.IsSynchronized | (Inherited from List<SPFieldLookupValue>.) | |
IList.Item | (Inherited from List<SPFieldLookupValue>.) | |
IList.Remove | (Inherited from List<SPFieldLookupValue>.) | |
ICollection.SyncRoot | (Inherited from List<SPFieldLookupValue>.) |
Top