Document.SelectUnlinkedControls Method

Returns all the content controls in the document that are not linked to a custom XML part.

Namespace:  Microsoft.Office.Tools.Word
Assemblies:   Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
Function SelectUnlinkedControls ( _
    Stream As CustomXMLPart _
) As ContentControls
ContentControls SelectUnlinkedControls(
    CustomXMLPart Stream
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Word.ContentControls
A Microsoft.Office.Interop.Word.ContentControls collection that contains the content controls in the document that are not linked to a custom XML part.

Remarks

For information on optional parameters, see Optional Parameters in Office Solutions.

.NET Framework Security

See Also

Reference

Document Interface

Microsoft.Office.Tools.Word Namespace