次の方法で共有


IStringStorage2 インターフェイス

定義

public interface IStringStorage2 : Microsoft.VisualStudio.Settings.IStringStorage, System.ComponentModel.INotifyPropertyChanged
type IStringStorage2 = interface
    interface IStringStorage
    interface INotifyPropertyChanged
Public Interface IStringStorage2
Implements INotifyPropertyChanged, IStringStorage
実装

メソッド

ClearAsync()

格納されているすべての値を削除します。

(継承元 IStringStorage)
ClearAsync(CancellationToken)

格納されているすべての値を削除します。

(継承元 IStringStorage)
DeleteIfExistsAsync(String)

格納されている値を削除します。

(継承元 IStringStorage)
DeleteIfExistsAsync(String, CancellationToken)

格納されている値を削除します。

(継承元 IStringStorage)
ForEachSettingNameStartingWith(String, CharSpanProcessorDelegate)

で始まる永続化された各設定の名前を処理します prefix。 プロセッサ デリゲートが false を返すと、処理は停止します。

Get(String)

名前付きアイテムの値とマシンローカル フラグを返します。項目が存在しない場合は null を返します。

(継承元 IStringStorage)
NamesStartingWith(String)

現在保存されているすべての設定の名前を返します。その名前は、指定されたプレフィックスで始まります (大文字と小文字は区別されません)。

(継承元 IStringStorage)
SetAsync(String, StringWithMachineLocalFlag)

指定した名前の下に値とマシンローカル フラグを格納します。

(継承元 IStringStorage)
SetAsync(String, StringWithMachineLocalFlag, Action) (継承元 IStringStorage)
SetAsync(String, StringWithMachineLocalFlag, Action, CancellationToken)

指定した名前の下に値とマシンローカル フラグを格納します。

(継承元 IStringStorage)

イベント

PropertyChangedAsync

設定値の作成、変更、または削除時に発生します。

(継承元 IStringStorage)

適用対象