Document.SelectLinkedControls method (Word)

Returns a ContentControls collection that represents all content controls in a document that are linked to the specific custom XML node in the document's XML data store as specified by the Node parameter. Read-only.

Syntax

expression. SelectLinkedControls( _Node_ )

expression An expression that returns a Document object.

Parameters

Name Required/Optional Data type Description
Node Required CustomXMLNode The XML node in the document's data store to which the content controls are linked.

Return value

ContentControls

See also

Document Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.