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
'宣言
Function get_ApplicationContext ( _
<OutAttribute> ByRef ppContext As IVsUserContext _
) As Integer
'使用
Dim instance As IVsMonitorUserContext
Dim ppContext As IVsUserContext
Dim returnValue As Integer
returnValue = instance.get_ApplicationContext(ppContext)
int get_ApplicationContext(
out IVsUserContext ppContext
)
int get_ApplicationContext(
[OutAttribute] IVsUserContext^% ppContext
)
function get_ApplicationContext(
ppContext : IVsUserContext
) : int
Parameters
ppContext
Type: Microsoft.VisualStudio.Shell.Interop.IVsUserContext%Do not use.
Return Value
Type: System.Int32
Permissions
- 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.