Imports::Item Method (Int32)
Visual Studio 2015
Returns an indexed member of the Imports object. The Item method is the default method for the Imports object.
Assembly: VSLangProj (in VSLangProj.dll)
Parameters
- lIndex
-
Type:
System::Int32
Required. A one-based index into Imports object.
Return Value
Type: System::String^Returns an imports statement string by its position in the collection.
Show: