INavigateToItemDisplay2.PreviewItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Opens the item in preview mode, without focusing the item. The caller is responsible for setting up a default preview state using NewDocumentStateScope, and the implementation of PreviewItem should only be concerned with opening the correct document.
public:
void PreviewItem();
public:
void PreviewItem();
void PreviewItem();
public void PreviewItem ();
abstract member PreviewItem : unit -> unit
Public Sub PreviewItem ()