次の方法で共有


ModelMemberCollection<TItemType, TFindType> クラス

更新 : 2007 年 11 月

モデル メンバのコレクションを表します。

名前空間 :  Microsoft.Windows.Design.Model
アセンブリ :  Microsoft.Windows.Design.Interaction (Microsoft.Windows.Design.Interaction.dll 内)

構文

'宣言
Public MustInherit Class ModelMemberCollection(Of TItemType, TFindType) _
    Implements IEnumerable(Of TItemType), IEnumerable
'使用
Dim instance As ModelMemberCollection(Of TItemType, TFindType)
public abstract class ModelMemberCollection<TItemType, TFindType> : IEnumerable<TItemType>, 
    IEnumerable
generic<typename TItemType, typename TFindType>
public ref class ModelMemberCollection abstract : IEnumerable<TItemType>, 
    IEnumerable
JScript では、ジェネリックな型またはメソッドは使用できません。

型パラメータ

  • TItemType
    コレクションが表す項目の型。
  • TFindType
    Find メソッドでキーとして使用される型。

解説

ModelMemberCollection<TItemType, TFindType> は、ModelPropertyCollection および ModelEventCollection の派生元である抽象基本クラスです。

継承階層

System.Object
  Microsoft.Windows.Design.Model.ModelMemberCollection<TItemType, TFindType>
    Microsoft.Windows.Design.Model.ModelEventCollection
    Microsoft.Windows.Design.Model.ModelPropertyCollection

スレッド セーフ

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

参照

参照

ModelMemberCollection<TItemType, TFindType> メンバ

Microsoft.Windows.Design.Model 名前空間

その他の技術情報

WPF デザイナの機能拡張