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.ObjectThe index at which to get the project item.
Return Value
Type: ProjectItem
ProjectItem.
Implements
ProjectItemsItem(Object)
Permissions
- 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.