RunningDocumentTable Constructors

Definition

Overloads

RunningDocumentTable()

Instantiates a new instance of the RunningDocumentTable.

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(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.

Applies to