IWebApplicationCtxSvc Interface

Definition

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.

public interface class IWebApplicationCtxSvc
public interface class IWebApplicationCtxSvc
__interface IWebApplicationCtxSvc
[System.Runtime.InteropServices.Guid("CCCECEE2-D225-4294-858E-2B8C3F7D84EA")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IWebApplicationCtxSvc
[<System.Runtime.InteropServices.Guid("CCCECEE2-D225-4294-858E-2B8C3F7D84EA")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IWebApplicationCtxSvc = interface
Public Interface IWebApplicationCtxSvc
Attributes

Methods

GetItemContext(IVsHierarchy, UInt32, IServiceProvider)

Retrieve the IServiceProvider interface for a file.

Applies to