_Document.SelectLinkedControls Method

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.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Function SelectLinkedControls ( _
    Node As CustomXMLNode _
) As ContentControls
'Usage
Dim instance As _Document
Dim Node As CustomXMLNode
Dim returnValue As ContentControls

returnValue = instance.SelectLinkedControls(Node)
ContentControls SelectLinkedControls(
    CustomXMLNode Node
)

Parameters

  • Node
    Type: CustomXMLNode
    The XML node in the document's data store to which the content controls are linked.

Return Value

Type: Microsoft.Office.Interop.Word.ContentControls
ContentControls

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace