TaxonomyFieldControl.UpdateFieldValueInItem method

Overrides the base field control implemenation of UpdateFieldValueInItem and ensures that the taxonoym field is updated along with its corresponding TextField.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public Overrides Sub UpdateFieldValueInItem
'Usage
Dim instance As TaxonomyFieldControl

instance.UpdateFieldValueInItem()
public override void UpdateFieldValueInItem()

Exceptions

Exception Condition
MissingMemberException

Occurs when this.Field property associated with this control is not a TaxonomyField object.

See also

Reference

TaxonomyFieldControl class

TaxonomyFieldControl members

Microsoft.SharePoint.Taxonomy namespace