Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 InsertItem ( _
nIndex As UInteger, _
pItem As IVsUIDataSource _
) As Integer
public virtual int InsertItem(
uint nIndex,
IVsUIDataSource pItem
)
public:
virtual int InsertItem(
unsigned int nIndex,
IVsUIDataSource^ pItem
)
abstract InsertItem :
nIndex:uint32 *
pItem:IVsUIDataSource -> int
override InsertItem :
nIndex:uint32 *
pItem:IVsUIDataSource -> int
public function InsertItem(
nIndex : uint,
pItem : IVsUIDataSource
) : int
Parameters
- nIndex
Type: System.UInt32
Return Value
Type: System.Int32
Implements
IVsUIDynamicCollection.InsertItem(UInt32, IVsUIDataSource)
.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.