次の方法で共有


PropertyValueCollection クラス

更新 : 2007 年 11 月

PropertyValue インスタンスのコレクションを表します。

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

構文

'宣言
Public MustInherit Class PropertyValueCollection _
    Implements IEnumerable(Of PropertyValue), IEnumerable,  _
    INotifyCollectionChanged
'使用
Dim instance As PropertyValueCollection
public abstract class PropertyValueCollection : IEnumerable<PropertyValue>, 
    IEnumerable, INotifyCollectionChanged
public ref class PropertyValueCollection abstract : IEnumerable<PropertyValue^>, 
    IEnumerable, INotifyCollectionChanged
public abstract class PropertyValueCollection implements IEnumerable<PropertyValue>, IEnumerable, INotifyCollectionChanged

解説

PropertyValueCollection 抽象クラスは、型がコレクションのプロパティで使用します。

継承階層

System.Object
  Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection

スレッド セーフ

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

参照

参照

PropertyValueCollection メンバ

Microsoft.Windows.Design.PropertyEditing 名前空間

その他の技術情報

WPF デザイナの機能拡張

プロパティ編集アーキテクチャ