Document.SelectLinkedControls Method

Word Developer Reference

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.

Version Information
 Version Added:  Word 2007

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