AddIns.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.
public:
EnvDTE::AddIn ^ Item(System::Object ^ index);
public:
EnvDTE::AddIn ^ Item(Platform::Object ^ index);
EnvDTE::AddIn Item(winrt::Windows::Foundation::IInspectable const & index);
[System.Runtime.InteropServices.DispId(0)]
public EnvDTE.AddIn Item (object index);
[<System.Runtime.InteropServices.DispId(0)>]
abstract member Item : obj -> EnvDTE.AddIn
Public Function Item (index As Object) As AddIn
Parameters
Returns
A AddIn object.
- Attributes
Remarks
Add-ins are now deprecated. For more information, see FAQ: Converting Add-ins to VSPackage Extensions.
The Item method throws an ArgumentException exception if the collection cannot find the object that corresponds to the index value.