IStringStorage2 インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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, CancellationToken) |
格納されている値を削除します。 (継承元 IStringStorage) |
DeleteIfExistsAsync(String) |
格納されている値を削除します。 (継承元 IStringStorage) |
ForEachSettingNameStartingWith(String, CharSpanProcessorDelegate) |
で始まる永続化された各設定の名前を処理します |
Get(String) |
名前付きアイテムの値とマシンローカル フラグを返します。項目が存在しない場合は null を返します。 (継承元 IStringStorage) |
NamesStartingWith(String) |
現在保存されているすべての設定の名前を返します。その名前は、指定されたプレフィックスで始まります (大文字と小文字は区別されません)。 (継承元 IStringStorage) |
SetAsync(String, StringWithMachineLocalFlag, Action, CancellationToken) |
指定した名前の下に値とマシンローカル フラグを格納します。 (継承元 IStringStorage) |
SetAsync(String, StringWithMachineLocalFlag, Action) | (継承元 IStringStorage) |
SetAsync(String, StringWithMachineLocalFlag) |
指定した名前の下に値とマシンローカル フラグを格納します。 (継承元 IStringStorage) |
イベント
PropertyChangedAsync |
設定値の作成、変更、または削除時に発生します。 (継承元 IStringStorage) |