Interface IWebApplicationCtxSvc

 

Configura a infra-estrutura de IntelliSense para um arquivo, retornando um IServiceProvider interface pode ser usada com o arquivo.Você pode obter uma instância da interface da SWebApplicationCtxSvc (SID_SWebApplicationCtxSvc) de serviço.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Sintaxe

[InterfaceTypeAttribute(1)]
[GuidAttribute("CCCECEE2-D225-4294-858E-2B8C3F7D84EA")]
public interface IWebApplicationCtxSvc
[InterfaceTypeAttribute(1)]
[GuidAttribute("CCCECEE2-D225-4294-858E-2B8C3F7D84EA")]
public interface class IWebApplicationCtxSvc
[<InterfaceTypeAttribute(1)>]
[<GuidAttribute("CCCECEE2-D225-4294-858E-2B8C3F7D84EA")>]
type IWebApplicationCtxSvc = interface end
<InterfaceTypeAttribute(1)>
<GuidAttribute("CCCECEE2-D225-4294-858E-2B8C3F7D84EA")>
Public Interface IWebApplicationCtxSvc

Métodos

Nome Descrição
System_CAPS_pubmethod GetItemContext(IVsHierarchy, UInt32, IServiceProvider)

Recuperar o IServiceProvider interface para um arquivo.

Consulte também

Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo