次の方法で共有


PropertyValue クラス

更新 : 2007 年 11 月

プロパティの値を表します。

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

構文

'宣言
Public MustInherit Class PropertyValue _
    Implements INotifyPropertyChanged
'使用
Dim instance As PropertyValue
public abstract class PropertyValue : INotifyPropertyChanged
public ref class PropertyValue abstract : INotifyPropertyChanged
public abstract class PropertyValue implements INotifyPropertyChanged

解説

PropertyValue クラスは、プロパティの基になる値を表します。PropertyEntry クラスは、プロパティそのものを表します。PropertyEntry が親、PropertyValue が子です。

PropertyValue のインスタンスがコレクションである値を表す場合、このインスタンスは Collection プロパティを使用して PropertyValueCollection を返します。値がコレクションであるプロパティの例として、RowDefinitions プロパティがあります。

継承階層

System.Object
  Microsoft.Windows.Design.PropertyEditing.PropertyValue

スレッド セーフ

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

参照

参照

PropertyValue メンバ

Microsoft.Windows.Design.PropertyEditing 名前空間

PropertyValueEditor

その他の技術情報

WPF デザイナの機能拡張

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