TaxonomyFieldValueCollection Class
Represents the multi-value object for the taxonomy column.
Inheritance Hierarchy
System.Object
System.Collections.Generic.List<TaxonomyFieldValue>
Microsoft.SharePoint.Taxonomy.TaxonomyFieldValueCollection
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class TaxonomyFieldValueCollection _
Inherits List(Of TaxonomyFieldValue)
'Usage
Dim instance As TaxonomyFieldValueCollection
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class TaxonomyFieldValueCollection : List<TaxonomyFieldValue>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.