DocumentEvents2.ContentControlBeforeStoreUpdate 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
void ContentControlBeforeStoreUpdate(Microsoft::Office::Interop::Word::ContentControl ^ ContentControl, [Runtime::InteropServices::Out] System::String ^ % Content);
public void ContentControlBeforeStoreUpdate (Microsoft.Office.Interop.Word.ContentControl ContentControl, out string Content);
abstract member ContentControlBeforeStoreUpdate : Microsoft.Office.Interop.Word.ContentControl * string -> unit
Public Sub ContentControlBeforeStoreUpdate (ContentControl As ContentControl, ByRef Content As String)
参数
- ContentControl
- ContentControl
- Content
- String