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
pplist
Type: Microsoft.VisualStudio.Shell.Interop.IVsUserContextItemCollection%Do not use.
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.