IVsDeferredDocView Interface

Definition

Defers providing an actual document view until after loading and registering the document data in the Running Document Table (RDT). This allows the package to examine the document and decide what kind of view to provide.

public interface class IVsDeferredDocView
public interface class IVsDeferredDocView
__interface IVsDeferredDocView
[System.Runtime.InteropServices.Guid("F22A0AD5-8F51-4F66-A644-EA64770CF8B7")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsDeferredDocView
[<System.Runtime.InteropServices.Guid("F22A0AD5-8F51-4F66-A644-EA64770CF8B7")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsDeferredDocView = interface
Public Interface IVsDeferredDocView
Attributes

Methods

get_CmdUIGuid(Guid)

Retrieves the GUID for the pane or editor factory for later use when you create the view.

get_DocView(IntPtr)

Provides the document view to the document window.

Applies to