IInfoPathViewControl.NodeName Property

InfoPath Developer Reference

Gets the name of the node associated with the current control in the enumeration. Read-only

Version Information
 Version Added:  InfoPath 2007

Syntax

expression.NodeName(pbstrNodeName)

expression   An expression that returns an IInfoPathViewControl object.

Parameters

Name Required/Optional Data Type Description
pbstrNodeName Required String The name of the XML node to which the control is bound.

Return Value
[HRESULT]

Remarks

For a list of controls that are enumerated in the view, if present, see the GetControls method of the IInfoPathDataImporterFields interface.

This object or member is used for extending the InfoPath application and is not intended to be used directly from your form code.

For more information about programmatically importing data into an InfoPath form, see the InfoPath Developer Portal on the Microsoft Office Developer Center.

See Also