TaxonomyFieldValueCollection Constructor (SPField)
Initializes a new instance of a TaxonomyFieldValueCollection object that is bound to the creatingField parameter.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Sub New ( _
creatingField As SPField _
)
'Usage
Dim creatingField As SPField
Dim instance As New TaxonomyFieldValueCollection(creatingField)
public TaxonomyFieldValueCollection(
SPField creatingField
)
Parameters
creatingField
Type: Microsoft.SharePoint.SPFieldField that this value is bound to
See Also
Reference
TaxonomyFieldValueCollection Class
TaxonomyFieldValueCollection Members