SPWebPartConnectionCollection.Item 属性 (Int32)
获取或设置中指定索引处的SPWebPartConnection ,从SPWebPartConnectionCollection。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Default Property Item ( _
index As Integer _
) As SPWebPartConnection
Get
Set
用法
Dim instance As SPWebPartConnectionCollection
Dim index As Integer
Dim value As SPWebPartConnection
value = instance(index)
instance(index) = value
public SPWebPartConnection this[
int index
] { get; set; }
参数
index
类型:System.Int32SPWebPartConnection从零开始的索引。
属性值
类型:Microsoft.SharePoint.WebPartPages.SPWebPartConnection
SPWebPartConnectionCollection中指定索引处的连接。
另请参阅
引用
SPWebPartConnectionCollection 类