IVsMonitorUserContext.GetContextItems(IVsUserContextItemCollection) Method

Definition

Method information is not provided. Do not use this method.

public:
 int GetContextItems([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsUserContextItemCollection ^ % pplist);
public:
 int GetContextItems([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsUserContextItemCollection ^ &  pplist);
int GetContextItems([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsUserContextItemCollection const & & pplist);
public int GetContextItems (out Microsoft.VisualStudio.Shell.Interop.IVsUserContextItemCollection pplist);
abstract member GetContextItems : IVsUserContextItemCollection -> int
Public Function GetContextItems (ByRef pplist As IVsUserContextItemCollection) As Integer

Parameters

pplist
IVsUserContextItemCollection

Do not use.

Returns

Applies to