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

‘선언
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
)
abstract get_ApplicationContext : 
        ppContext:IVsUserContext byref -> int 
function get_ApplicationContext(
    ppContext : IVsUserContext
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsMonitorUserContext Interface

IVsMonitorUserContext Members

Microsoft.VisualStudio.Shell.Interop Namespace