SPViewStyleCollection.Item property (Int32)
取得檢視 style 物件集合中的指定索引處。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Default Property Item ( _
iIndex As Integer _
) As SPViewStyle
Get
'用途
Dim instance As SPViewStyleCollection
Dim iIndex As Integer
Dim value As SPViewStyle
value = instance(iIndex)
public SPViewStyle this[
int iIndex
] { get; }
參數
iIndex
Type: System.Int3232 位元整數,會指定索引。
Property value
Type: Microsoft.SharePoint.SPViewStyle
代表 [檢視] 樣式的SPViewStyle物件。
備註
若要傳回的樣式, Item屬性使用的樣式的索引在集合中,當**StyleByID()**屬性會使用檔案 VWSTYLES 中指定的識別碼。XML。
如果指定的索引超出 indexes 集合的有效範圍,則此屬性會擲回ArgumentOutOfRangeException例外狀況。
在 C# 中,這個屬性會是SharePointSPViewStyleCollection類別的索引器。