This topic has not yet been rated - Rate this topic

IVsRunningDocumentTable Interface

Manages the set of currently open documents in the environment.

Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)

[InterfaceTypeAttribute(1)] 
[GuidAttribute("A928AA21-EA77-47AC-8A07-355206C94BDD")] 
public interface IVsRunningDocumentTable
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("A928AA21-EA77-47AC-8A07-355206C94BDD") */ 
public interface IVsRunningDocumentTable
InterfaceTypeAttribute(1) 
GuidAttribute("A928AA21-EA77-47AC-8A07-355206C94BDD") 
public interface IVsRunningDocumentTable

See illustrations of the implementation and/or calling of this interface in the samples Basic Project Sample, Solution Extender Sample, and Figures Project Sample.

Notes to Implementers Implemented by the environment.

Notes to Callers Called by VSPackages that open and track documents in their projects. Obtain this interface by calling QueryService on a site provider with the service ID SVsRunningDocumentTable and the interface GUID of the IVsRunningDocumentTable interface.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ