IVsMonitorUserContext.GetContextItems 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 GetContextItems ( _
    <OutAttribute> ByRef pplist As IVsUserContextItemCollection _
) As Integer
int GetContextItems(
    out IVsUserContextItemCollection pplist
)
int GetContextItems(
    [OutAttribute] IVsUserContextItemCollection^% pplist
)
abstract GetContextItems : 
        pplist:IVsUserContextItemCollection byref -> int 
function GetContextItems(
    pplist : IVsUserContextItemCollection
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsMonitorUserContext Interface

Microsoft.VisualStudio.Shell.Interop Namespace