Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns all the content controls in the document that are not linked to a custom XML part.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
Syntax
'Declaration
Public Function SelectUnlinkedControls ( _
stream As CustomXMLPart _
) As ContentControls
public ContentControls SelectUnlinkedControls(
CustomXMLPart stream
)
Parameters
- stream
Type: Microsoft.Office.Core.CustomXMLPart
The Microsoft.Office.Core.CustomXMLPart that is used to filter the content controls you want to get in the document. If you specify a value for this parameter, this method returns only the content controls that reference this Microsoft.Office.Core.CustomXMLPart in their XMLMapping property.
Return Value
Type: Microsoft.Office.Interop.Word.ContentControls
A Microsoft.Office.Interop.Word.ContentControls collection that contains the content controls in the document that are not linked to a custom XML part.
Remarks
For information on optional parameters, see Optional Parameters in Office Solutions.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.