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) |