OANavigableProjectItems.Item Method
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Overridable Function Item ( _
index As Object _
) As ProjectItem
public virtual ProjectItem Item(
Object index
)
public:
virtual ProjectItem^ Item(
Object^ index
)
abstract Item :
index:Object -> ProjectItem
override Item :
index:Object -> ProjectItem
public function Item(
index : Object
) : ProjectItem
Parameters
- index
Type: System.Object
Either index by number (1-based) or by name can be used to get the item.
Return Value
Type: EnvDTE.ProjectItem
Project Item. null if an invalid index is specified.
Implements
.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
Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace