次の方法で共有


LabelCollection クラス

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

継承階層

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<Label>
        Microsoft.SharePoint.Client.Taxonomy.LabelCollection

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

構文

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

注釈

このクラスは、 IEnumeratorオブジェクトとICollectionオブジェクト GenericCollection 基本クラスを整数インデクサーの標準的なサポートを提供します。さらに、 Valueプロパティに基づいた文字列を提供します。

スレッド セーフ

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

関連項目

参照先

LabelCollection メンバー

Microsoft.SharePoint.Client.Taxonomy 名前空間

GenericCollection<T>

PropertyCollection<T>