Document.SelectUnlinkedControls method (Word)

Returns a ContentControls collection that represents all content controls in a document that are not linked to an XML node in the document's XML data store. Read-only.

Syntax

expression. SelectUnlinkedControls( _Stream_ )

expression An expression that returns a Document object.

Parameters

Name Required/Optional Data type Description
Stream Optional CustomXMLPart A custom XML part reference. Setting this parameter filters the returned content controls to include only content controls that reference this CustomXMLPart in their XMLMapping definition.

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.