Condividi tramite


Metodo Imports.Item

Restituisce un membro indicizzato dell'oggetto Imports. Il metodo Item è il metodo predefinito per l'oggetto Imports.

Spazio dei nomi:  VSLangProj
Assembly:  VSLangProj (in VSLangProj.dll)

Sintassi

'Dichiarazione
Function Item ( _
    lIndex As Integer _
) As String
string Item(
    int lIndex
)
String^ Item(
    [InAttribute] int lIndex
)
abstract Item : 
        lIndex:int -> string 
function Item(
    lIndex : int
) : String

Parametri

Valore restituito

Tipo: System.String
Restituisce una stringa di istruzione Imports in base alla posizione nell'insieme.

Note

Il metodo Item recupera l'istruzione Imports. Per modificare un'istruzione Imports, eliminare quella corrente con il metodo Remove e aggiungerne una nuova con il metodo Add.

Esempi

Vedere Imports.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Imports Interfaccia

Spazio dei nomi VSLangProj