次の方法で共有


EntityCollection ジェネリック クラス

関連付けられたエンティティのコレクションを表します。

名前空間: System.ServiceModel.DomainServices.Client
アセンブリ: System.ServiceModel.DomainServices.Client (system.servicemodel.domainservices.client.dll 内)

使用方法

'使用
Dim instance As EntityCollection(Of TEntity)

構文

'宣言
Public NotInheritable Class EntityCollection(Of TEntity As Entity)
    Implements IEnumerable(Of TEntity), IEnumerable, _
    INotifyCollectionChanged, INotifyPropertyChanged, ICollectionViewFactory
public sealed class EntityCollection<TEntity> : IEnumerable<TEntity>, IEnumerable, 
    INotifyCollectionChanged, INotifyPropertyChanged, ICollectionViewFactory where TEntity : Entity
generic<typename TEntity> where TEntity : Entity
public ref class EntityCollection sealed : IEnumerable<TEntity>, IEnumerable, 
    INotifyCollectionChanged, INotifyPropertyChanged, ICollectionViewFactory

GenericParameters

  • TEntity
    コレクション内の Entity の型。

継承階層

System.Object
  System.ServiceModel.DomainServices.Client.EntityCollection

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008、および Windows 2000

ターゲット プラットフォーム

参照

リファレンス

EntityCollection のメンバー
System.ServiceModel.DomainServices.Client 名前空間