UIDataSourceDynamicCollection.InsertCollection Method
Microsoft internal use only.
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Overridable Function InsertCollection ( _
nIndex As UInteger, _
pCollection As IVsUICollection _
) As Integer
public virtual int InsertCollection(
uint nIndex,
IVsUICollection pCollection
)
public:
virtual int InsertCollection(
unsigned int nIndex,
IVsUICollection^ pCollection
)
abstract InsertCollection :
nIndex:uint32 *
pCollection:IVsUICollection -> int
override InsertCollection :
nIndex:uint32 *
pCollection:IVsUICollection -> int
public function InsertCollection(
nIndex : uint,
pCollection : IVsUICollection
) : int
Parameters
- nIndex
Type: System.UInt32
- pCollection
Type: Microsoft.VisualStudio.Shell.Interop.IVsUICollection
Return Value
Type: System.Int32
Implements
IVsUIDynamicCollection.InsertCollection(UInt32, IVsUICollection)
.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.