IVsMonitorUserContext.get_ApplicationContext Method
Method information is not provided. Do not use this method.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function get_ApplicationContext ( _
<OutAttribute> ByRef ppContext As IVsUserContext _
) As Integer
int get_ApplicationContext(
out IVsUserContext ppContext
)
int get_ApplicationContext(
[OutAttribute] IVsUserContext^% ppContext
)
abstract get_ApplicationContext :
ppContext:IVsUserContext byref -> int
function get_ApplicationContext(
ppContext : IVsUserContext
) : int
Parameters
- ppContext
Type: Microsoft.VisualStudio.Shell.Interop.IVsUserContext%
Do not use.
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.