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
    类型:Int32

    集合中项的索引。

返回值

类型:ProjectItem
集合中指定索引处的 ProjectItem 对象。

.NET Framework 安全性

请参阅

参考

RelatedFiles 接口

VsWebSite 命名空间