_Document.SelectLinkedControls(CustomXMLNode) Method

Definition

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.

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 XML node in the document's data store to which the content controls are linked.

Returns

ContentControls

Applies to