SolutionClass.Item(Object) Method

Definition

Microsoft Internal Use Only.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual EnvDTE::Project ^ Item(System::Object ^ index) = EnvDTE::_Solution::Item;
public:
 virtual EnvDTE::Project ^ Item(Platform::Object ^ index) = EnvDTE::_Solution::Item;
 virtual EnvDTE::Project Item(winrt::Windows::Foundation::IInspectable const & index);
[System.Runtime.InteropServices.DispId(0)]
public virtual EnvDTE.Project Item (object index);
[<System.Runtime.InteropServices.DispId(0)>]
abstract member Item : obj -> EnvDTE.Project
override this.Item : obj -> EnvDTE.Project
Public Overridable Function Item (index As Object) As Project

Parameters

index
Object

Returns

Implements

Attributes

Applies to