OANavigableProjectItems.Item Method

Gets the project item with the specified index.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable Function Item ( _
    index As Object _
) As ProjectItem
'使用
Dim instance As OANavigableProjectItems
Dim index As Object
Dim returnValue As ProjectItem

returnValue = instance.Item(index)
public virtual ProjectItem Item(
    Object index
)
public:
virtual ProjectItem^ Item(
    Object^ index
)
public function Item(
    index : Object
) : ProjectItem

Parameters

  • index
    Type: System.Object

    The index at which to get the project item.

Return Value

Type: ProjectItem

ProjectItem.

Implements

ProjectItemsItem(Object)

Permissions

See Also

Reference

OANavigableProjectItems Class

OANavigableProjectItems Members

Microsoft.VisualStudio.Package.Automation Namespace