Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Public Overridable Function InsertCollection ( _
nIndex As UInteger, _
pCollection As IVsUICollection _
) As Integer
'Usage
Dim instance As UIDataSourceDynamicCollection
Dim nIndex As UInteger
Dim pCollection As IVsUICollection
Dim returnValue As Integer
returnValue = instance.InsertCollection(nIndex, _
pCollection)
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.
See Also
Reference
UIDataSourceDynamicCollection Class