RunningDocumentTable Constructor (IServiceProvider^)

 

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

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
RunningDocumentTable(
	IServiceProvider^ site
)

Parameters

site
Type: System::IServiceProvider^

[in] An IServiceProvider object used to access services. This cannot be a null value.

When this constructor is called, the running document table is obtained from the service provider.

Return to top
Show: