ConnectedServiceViewModelBase クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Connected Services で使用されるすべてのビュー モデル オブジェクトの基本クラス。
public ref class ConnectedServiceViewModelBase abstract : IDisposable, System::ComponentModel::INotifyPropertyChanged
public abstract class ConnectedServiceViewModelBase : IDisposable, System.ComponentModel.INotifyPropertyChanged
type ConnectedServiceViewModelBase = class
interface INotifyPropertyChanged
interface IDisposable
Public MustInherit Class ConnectedServiceViewModelBase
Implements IDisposable, INotifyPropertyChanged
- 継承
-
ConnectedServiceViewModelBase
- 派生
- 実装
メソッド
Dispose() |
オブジェクトに使用されているすべてのリソースを解放します。 |
Dispose(Boolean) |
オブジェクトに使用されているアンマネージド リソースを解放し、オプションでマネージド リソースも解放します。 |
OnPropertyChanged(String) |
プロパティ値が変更されたことをクライアントに通知します。 |
イベント
PropertyChanged |
プロパティ値が変更するときに発生します。 |