Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets up the IntelliSense infrastructure for a file by returning an IServiceProvider interface you can use with the file. You can get an instance of the interface from the SWebApplicationCtxSvc (SID_SWebApplicationCtxSvc) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("CCCECEE2-D225-4294-858E-2B8C3F7D84EA")> _
Public Interface IWebApplicationCtxSvc
[InterfaceTypeAttribute()]
[GuidAttribute("CCCECEE2-D225-4294-858E-2B8C3F7D84EA")]
public interface IWebApplicationCtxSvc
[InterfaceTypeAttribute()]
[GuidAttribute(L"CCCECEE2-D225-4294-858E-2B8C3F7D84EA")]
public interface class IWebApplicationCtxSvc
[<InterfaceTypeAttribute()>]
[<GuidAttribute("CCCECEE2-D225-4294-858E-2B8C3F7D84EA")>]
type IWebApplicationCtxSvc = interface end
public interface IWebApplicationCtxSvc
The IWebApplicationCtxSvc type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
GetItemContext | Retrieve the IServiceProvider interface for a file. |
Top
.gif)