IWebApplicationCtxSvc Interface
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
'宣告
<GuidAttribute("CCCECEE2-D225-4294-858E-2B8C3F7D84EA")> _
<InterfaceTypeAttribute()> _
Public Interface IWebApplicationCtxSvc
'用途
Dim instance As IWebApplicationCtxSvc
[GuidAttribute("CCCECEE2-D225-4294-858E-2B8C3F7D84EA")]
[InterfaceTypeAttribute()]
public interface IWebApplicationCtxSvc
[GuidAttribute(L"CCCECEE2-D225-4294-858E-2B8C3F7D84EA")]
[InterfaceTypeAttribute()]
public interface class IWebApplicationCtxSvc
public interface IWebApplicationCtxSvc