Partilhar via


Método IVsMonitorUserContext.GetContextItems (IVsUserContextItemCollection)

 

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

Parâmetros

  • pplist
    Não use.

Valor de retorno

Type: System.Int32

Consulte também

Interface IVsMonitorUserContext
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo