Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As IWebApplicationCtxSvc
[InterfaceTypeAttribute()]
[GuidAttribute("CCCECEE2-D225-4294-858E-2B8C3F7D84EA")]
public interface IWebApplicationCtxSvc
[InterfaceTypeAttribute()]
[GuidAttribute(L"CCCECEE2-D225-4294-858E-2B8C3F7D84EA")]
public interface class IWebApplicationCtxSvc
public interface IWebApplicationCtxSvc