_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 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.