IVsDeferredDocView Interface
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.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("F22A0AD5-8F51-4F66-A644-EA64770CF8B7")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDeferredDocView
[GuidAttribute("F22A0AD5-8F51-4F66-A644-EA64770CF8B7")]
[InterfaceTypeAttribute()]
public interface IVsDeferredDocView
[GuidAttribute(L"F22A0AD5-8F51-4F66-A644-EA64770CF8B7")]
[InterfaceTypeAttribute()]
public interface class IVsDeferredDocView
[<GuidAttribute("F22A0AD5-8F51-4F66-A644-EA64770CF8B7")>]
[<InterfaceTypeAttribute()>]
type IVsDeferredDocView = interface end
public interface IVsDeferredDocView
The IVsDeferredDocView type exposes the following members.
Methods
Name | Description | |
---|---|---|
get_CmdUIGuid | Retrieves the GUID for the pane or editor factory for later use when you create the view. | |
get_DocView | Provides the document view to the document window. |
Top