Edit

Share via


RevisionsFilter.View Property

Definition

Sets or returns a WdRevisionsView constant that represents the global option that specifies whether Word displays the original version of a document or the final version, which might have revisions and formatting changes applied. Read/write.

public:
 property Microsoft::Office::Interop::Word::WdRevisionsView View { Microsoft::Office::Interop::Word::WdRevisionsView get(); void set(Microsoft::Office::Interop::Word::WdRevisionsView value); };
public Microsoft.Office.Interop.Word.WdRevisionsView View { get; set; }
member this.View : Microsoft.Office.Interop.Word.WdRevisionsView with get, set
Public Property View As WdRevisionsView

Property Value

Remarks

The RevisionsFilter.View property replaces the View.RevisionsView property that was in previous version of Word.

Applies to