ProtectedViewWindow.Edit(Object, Object, Object) 方法

定义

打开指定的受保护视图窗口进行编辑。

public Microsoft.Office.Interop.Word.Document Edit (ref object PasswordTemplate, ref object WritePasswordDocument, ref object WritePasswordTemplate);
abstract member Edit : obj * obj * obj -> Microsoft.Office.Interop.Word.Document
Public Function Edit (Optional ByRef PasswordTemplate As Object, Optional ByRef WritePasswordDocument As Object, Optional ByRef WritePasswordTemplate As Object) As Document

参数

PasswordTemplate
Object

打开模板时所需的密码。

WritePasswordDocument
Object

用于保存文档更改的密码。

WritePasswordTemplate
Object

用于保存模板更改的密码。

返回

Document 对象。

注解

避免在应用程序中使用硬编码密码。 如果在过程中需要密码,请从用户请求密码,将其存储在变量中,然后在代码中使用变量。

适用于