共用方式為


SPUserStorageCollection class

表示用來維護所有使用者的網頁組件的儲存資訊的SPUserStorage物件的集合。

Inheritance hierarchy

System.Object
  System.Collections.ReadOnlyCollectionBase
    Microsoft.SharePoint.SPUserStorageCollection

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

Syntax

'宣告
Public Class SPUserStorageCollection _
    Inherits ReadOnlyCollectionBase
'用途
Dim instance As SPUserStorageCollection
public class SPUserStorageCollection : ReadOnlyCollectionBase

備註

您可以使用SPFile類別的LengthByUser屬性,傳回包含網頁組件的每個使用者的相關資訊的使用者儲存物件的集合。使用索引子來從集合傳回單一使用者儲存物件。例如,如果集合指派給一個名為myUserStorages變數中,使用在 C# 的myUserStorages[index]或myUserStorages(index)在 Microsoft Visual Basic,其中index是集合中的使用者儲存物件的索引編號。您也可以使用foreach陳述式 (在 Visual Basic 的For Each ) 來逐一查看集合並傳回使用者儲存物件。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPUserStorageCollection members

Microsoft.SharePoint namespace