共用方式為


ConnectedServiceViewModelBase 類別

定義

聯機服務中使用的所有檢視模型物件的基類。

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)

釋放由此物件所使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。

OnPropertyChanged(String)

通知用戶端已變更屬性值。

事件

PropertyChanged

當屬性值變更時發生。

適用於