共用方式為


UIDataSourceDynamicCollection.InsertItem 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 InsertItem ( _
    nIndex As UInteger, _
    pItem As IVsUIDataSource _
) As Integer
public virtual int InsertItem(
    uint nIndex,
    IVsUIDataSource pItem
)

Parameters

Return Value

Type: System.Int32

Implements

IVsUIDynamicCollection.InsertItem(UInt32, IVsUIDataSource)

.NET Framework Security

See Also

Reference

UIDataSourceDynamicCollection Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace