SolutionClass.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.
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