다음을 통해 공유


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)

적용 대상