ErrorItems.Item(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an indexed member of a ErrorItems collection.
public:
EnvDTE80::ErrorItem ^ Item(System::Object ^ index);
public:
EnvDTE80::ErrorItem ^ Item(Platform::Object ^ index);
EnvDTE80::ErrorItem Item(winrt::Windows::Foundation::IInspectable const & index);
[System.Runtime.InteropServices.DispId(3)]
public EnvDTE80.ErrorItem Item (object index);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member Item : obj -> EnvDTE80.ErrorItem
Public Function Item (index As Object) As ErrorItem
Parameters
- index
- Object
Returns
An ErrorItem object.
- Attributes