共用方式為


Imports.Item 方法

傳回 Imports 物件的索引成員。 Item 方法是 Imports 物件的預設方法。

命名空間:  VSLangProj
組件:  VSLangProj (在 VSLangProj.dll 中)

語法

'宣告
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

參數

傳回值

型別:System.String
根據在集合中的位置傳回匯入陳述式字串。

備註

Item 方法可擷取 Imports 陳述式。 若要變更匯入陳述式,請以 Remove 方法刪除目前的匯入陳述式,再以 Add 方法加入新的匯入陳述式。

範例

請參閱Imports

.NET Framework 安全性

請參閱

參考

Imports 介面

VSLangProj 命名空間