Share via


SPFieldWorkflowStatus.AnnotateField method

Adds attributes to the specified XML node and assigns them values from the properties of this SPField object.

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

Syntax

'Declaration
Public Overrides Sub AnnotateField ( _
    fieldRefNode As XmlNode _
)
'Usage
Dim instance As SPFieldWorkflowStatus
Dim fieldRefNode As XmlNode

instance.AnnotateField(fieldRefNode)
public override void AnnotateField(
    XmlNode fieldRefNode
)

Parameters

Remarks

This override calls the base implementation and then adds an Encoded attribute with value true.

See also

Reference

SPFieldWorkflowStatus class

SPFieldWorkflowStatus members

Microsoft.SharePoint namespace