Método IVsMonitorUserContext.get_ApplicationContext (IVsUserContext)
Não há informações de método.Não use esse método.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int get_ApplicationContext(
out IVsUserContext ppContext
)
int get_ApplicationContext(
[OutAttribute] IVsUserContext^% ppContext
)
abstract get_ApplicationContext :
ppContext:IVsUserContext byref -> int
Function get_ApplicationContext (
<OutAttribute> ByRef ppContext As IVsUserContext
) As Integer
Parâmetros
- ppContext
Não use.
Valor de retorno
Type: System.Int32
Consulte também
Interface IVsMonitorUserContext
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo