ErrorItems.Item Method
Gets an indexed member of a ErrorItems collection.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
Function Item ( _
index As Object _
) As ErrorItem
ErrorItem Item(
Object index
)
ErrorItem^ Item(
[InAttribute] Object^ index
)
abstract Item :
index:Object -> ErrorItem
function Item(
index : Object
) : ErrorItem
Parameters
- index
Type: Object
Return Value
Type: EnvDTE80.ErrorItem
An ErrorItem object.
.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.