ProtectedViewWindow.Edit(Object, Object, Object) Method

Definition

Opens the specified protected view window for editing.

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

Parameters

PasswordTemplate
Object

The password for opening the template.

WritePasswordDocument
Object

The password for saving changes to the document.

WritePasswordTemplate
Object

The password for saving changes to the template.

Returns

A Document object.

Remarks

Avoid using hard-coded passwords in applications. If a password is required in a procedure, request the password from the user, store it in a variable, and then use the variable in the code.

Applies to