RunningDocumentTable Constructors

Definition

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();

Applies to

RunningDocumentTable(IVsRunningDocumentTable)

public RunningDocumentTable (Microsoft.VisualStudio.Shell.Interop.IVsRunningDocumentTable rdt);

Parameters

Applies to

RunningDocumentTable(IServiceProvider)

Initializes a new instance of the Microsoft.VisualStudio.Package.RunningDocumentTable class.

public:
 RunningDocumentTable(IServiceProvider ^ site);

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