共用方式為


SPAuditEntryCollection.Item property

取得集合中指定之索引處的SPAuditEntry物件。在 C# 中,這個屬性會是SPAuditEntryCollection類別的索引子。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SPAuditEntry
    Get
'用途
Dim instance As SPAuditEntryCollection
Dim index As Integer
Dim value As SPAuditEntry

value = instance(index)
public SPAuditEntry this[
    int index
] { get; }

參數

Property value

Type: Microsoft.SharePoint.SPAuditEntry
SPAuditEntry 物件,集合中指定之索引處。

備註

如果指定的索引超出索引集合的有效範圍內的 [ Item ] 屬性,則會擲回ArgumentOutOfRangeException

請參閱

參照

SPAuditEntryCollection class

SPAuditEntryCollection members

Microsoft.SharePoint namespace