TaxonomyFieldValueCollection Members
Include Protected Members
Include Inherited Members
Represents the multi-value object for the taxonomy column.
The TaxonomyFieldValueCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TaxonomyFieldValueCollection(SPField) | Initializes a new instance of a TaxonomyFieldValueCollection object that is bound to the creatingField parameter. | |
TaxonomyFieldValueCollection(String) | Initializes a new instance of a TaxonomyFieldValueCollection that is not bound to a field. | |
TaxonomyFieldValueCollection(String, SPField) | Initializes a new instance of a TaxonomyFieldValueCollection that is bound to the creatingField parameter. |
Top
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from List<TaxonomyFieldValue>.) | |
Count | (Inherited from List<TaxonomyFieldValue>.) | |
Item | (Inherited from List<TaxonomyFieldValue>.) |
Top
Methods
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from List<TaxonomyFieldValue>.) | |
IList.Contains | (Inherited from List<TaxonomyFieldValue>.) | |
ICollection.CopyTo | (Inherited from List<TaxonomyFieldValue>.) | |
IEnumerable<T>.GetEnumerator | (Inherited from List<TaxonomyFieldValue>.) | |
IEnumerable.GetEnumerator | (Inherited from List<TaxonomyFieldValue>.) | |
IList.IndexOf | (Inherited from List<TaxonomyFieldValue>.) | |
IList.Insert | (Inherited from List<TaxonomyFieldValue>.) | |
IList.IsFixedSize | (Inherited from List<TaxonomyFieldValue>.) | |
ICollection<T>.IsReadOnly | (Inherited from List<TaxonomyFieldValue>.) | |
IList.IsReadOnly | (Inherited from List<TaxonomyFieldValue>.) | |
ICollection.IsSynchronized | (Inherited from List<TaxonomyFieldValue>.) | |
IList.Item | (Inherited from List<TaxonomyFieldValue>.) | |
IList.Remove | (Inherited from List<TaxonomyFieldValue>.) | |
ICollection.SyncRoot | (Inherited from List<TaxonomyFieldValue>.) |
Top