Document.SelectLinkedControls(CustomXMLNode) Method

Definition

Returns all the content controls in the document that are linked to the specified custom XML node.

public:
 Microsoft::Office::Interop::Word::ContentControls ^ SelectLinkedControls(Microsoft::Office::Core::CustomXMLNode ^ Node);
public Microsoft.Office.Interop.Word.ContentControls SelectLinkedControls (Microsoft.Office.Core.CustomXMLNode Node);
abstract member SelectLinkedControls : Microsoft.Office.Core.CustomXMLNode -> Microsoft.Office.Interop.Word.ContentControls
Public Function SelectLinkedControls (Node As CustomXMLNode) As ContentControls

Parameters

Node
CustomXMLNode

The CustomXMLNode to which the content controls are linked.

Returns

A ContentControls collection that contains the content controls that are linked to the specified custom XML node.

Applies to