次の方法で共有


ModelChangedEventArgs.PropertiesChanged プロパティ

更新 : 2007 年 11 月

編集モデルで変更されたプロパティの列挙体を取得します。

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

構文

'宣言
Public MustOverride ReadOnly Property PropertiesChanged As IEnumerable(Of ModelProperty)
'使用
Dim instance As ModelChangedEventArgs
Dim value As IEnumerable(Of ModelProperty)

value = instance.PropertiesChanged
public abstract IEnumerable<ModelProperty> PropertiesChanged { get; }
public:
virtual property IEnumerable<ModelProperty^>^ PropertiesChanged {
    IEnumerable<ModelProperty^>^ get () abstract;
}
public abstract function get PropertiesChanged () : IEnumerable<ModelProperty>

プロパティ値

型 : System.Collections.Generic.IEnumerable<ModelProperty>

編集モデルで変更されたプロパティを表す ModelProperty オブジェクトの列挙体。

アクセス許可

  • 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

ModelChangedEventArgs クラス

ModelChangedEventArgs メンバ

Microsoft.Windows.Design.Services 名前空間

ModelService

ModelItem

その他の技術情報

WPF デザイナの機能拡張について