Document.SelectUnlinkedControls Method (Word)
Office 2013
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.
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