Document.SelectUnlinkedControls Method
Word Developer Reference |
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.
Version Information
Version Added: Word 2007
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