共用方式為


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

'宣告
Public Overridable Function InsertCollection ( _
    nIndex As UInteger, _
    pCollection As IVsUICollection _
) As Integer
public virtual int InsertCollection(
    uint nIndex,
    IVsUICollection pCollection
)

Parameters

Return Value

Type: System.Int32

Implements

IVsUIDynamicCollection.InsertCollection(UInt32, IVsUICollection)

.NET Framework Security

See Also

Reference

UIDataSourceDynamicCollection Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace