ChangeCollection クラス

変更するオブジェクトのコレクションを表します。

継承階層

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<Change>
        Microsoft.SharePoint.Client.ChangeCollection

名前空間:  Microsoft.SharePoint.Client
アセンブリ:   Microsoft.SharePoint.Client.Silverlight (Microsoft.SharePoint.Client.Silverlight.dll 内);  Microsoft.SharePoint.Client.Phone (Microsoft.SharePoint.Client.Phone.dll 内)  Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)

構文

'宣言
Public NotInheritable Class ChangeCollection _
    Inherits ClientObjectCollection(Of Change)
'使用
Dim instance As ChangeCollection
public sealed class ChangeCollection : ClientObjectCollection<Change>

スレッド セーフ

この型のパブリック static (Visual Basic のShared ) メンバーはいずれもスレッド セーフです。インスタンス メンバーはスレッド セーフになるという保証はありません。

関連項目

参照先

ChangeCollection メンバー

Microsoft.SharePoint.Client 名前空間