IVsMonitorUserContext.GetContextItems(IVsUserContextItemCollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.