Document.SelectLinkedControls(CustomXMLNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.