RelatedFiles.Item 方法
從集合中擷取項目。
命名空間: VsWebSite
組件: VsWebSite.Interop (在 VsWebSite.Interop.dll 中)
語法
'宣告
Function Item ( _
index As Integer _
) As ProjectItem
ProjectItem Item(
int index
)
ProjectItem^ Item(
[InAttribute] int index
)
abstract Item :
index:int -> ProjectItem
function Item(
index : int
) : ProjectItem
參數
- index
型別:System.Int32
項目在集合中的索引。
傳回值
型別:EnvDTE.ProjectItem
位於集合中指定索引處的 ProjectItem 物件。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。