Freigeben über


TaxonomyFieldValueCollection-Klasse

Das Objekt mit mehreren Werte für die Taxonomiespalte darstellt.

Vererbungshierarchie

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.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class TaxonomyFieldValueCollection _
    Inherits List(Of TaxonomyFieldValue)
'Usage
Dim instance As TaxonomyFieldValueCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class TaxonomyFieldValueCollection : List<TaxonomyFieldValue>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

TaxonomyFieldValueCollection-Member

Microsoft.SharePoint.Taxonomy-Namespace