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.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub ContentControlBeforeContentUpdate ( _
ContentControl As ContentControl, _
<OutAttribute> ByRef Content As String _
)
'Usage
Dim instance As DocumentEvents2
Dim ContentControl As ContentControl
Dim Content As String
instance.ContentControlBeforeContentUpdate(ContentControl, _
Content)
void ContentControlBeforeContentUpdate(
ContentControl ContentControl,
out string Content
)
Parameters
- ContentControl
Type: Microsoft.Office.Interop.Word.ContentControl
- Content
Type: System.String%