RunningDocumentTable Constructors
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.
Overloads
RunningDocumentTable() |
Instantiates a new instance of the RunningDocumentTable. |
RunningDocumentTable(IVsRunningDocumentTable) | |
RunningDocumentTable(IServiceProvider) |
Initializes a new instance of the Microsoft.VisualStudio.Package.RunningDocumentTable class. |
RunningDocumentTable()
Instantiates a new instance of the RunningDocumentTable.
public:
RunningDocumentTable();
public:
RunningDocumentTable();
RunningDocumentTable();
public RunningDocumentTable ();
Public Sub New ()
Applies to
RunningDocumentTable(IVsRunningDocumentTable)
public RunningDocumentTable (Microsoft.VisualStudio.Shell.Interop.IVsRunningDocumentTable rdt);
new Microsoft.VisualStudio.Shell.RunningDocumentTable : Microsoft.VisualStudio.Shell.Interop.IVsRunningDocumentTable -> Microsoft.VisualStudio.Shell.RunningDocumentTable
Public Sub New (rdt As IVsRunningDocumentTable)
Parameters
Applies to
RunningDocumentTable(IServiceProvider)
Initializes a new instance of the Microsoft.VisualStudio.Package.RunningDocumentTable class.
public:
RunningDocumentTable(IServiceProvider ^ site);
public RunningDocumentTable (IServiceProvider site);
new Microsoft.VisualStudio.Shell.RunningDocumentTable : IServiceProvider -> Microsoft.VisualStudio.Shell.RunningDocumentTable
Public Sub New (site As IServiceProvider)
Parameters
- site
- IServiceProvider
[in] An IServiceProvider object used to access services. This cannot be a null value.
Remarks
When this constructor is called, the running document table is obtained from the service provider.