RunningDocumentTable Constructor (IServiceProvider)
Initializes a new instance of the RunningDocumentTable class.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
Public Sub New ( _
site As IServiceProvider _
)
public RunningDocumentTable(
IServiceProvider site
)
Parameters
- site
Type: System.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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.