LocalFileSettingsProvider.GetPreviousVersion 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이전 버전의 동일한 애플리케이션에 대한 명명된 설정 속성의 값을 반환합니다.
public:
virtual System::Configuration::SettingsPropertyValue ^ GetPreviousVersion(System::Configuration::SettingsContext ^ context, System::Configuration::SettingsProperty ^ property);
public System.Configuration.SettingsPropertyValue GetPreviousVersion (System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property);
abstract member GetPreviousVersion : System.Configuration.SettingsContext * System.Configuration.SettingsProperty -> System.Configuration.SettingsPropertyValue
override this.GetPreviousVersion : System.Configuration.SettingsContext * System.Configuration.SettingsProperty -> System.Configuration.SettingsPropertyValue
Public Function GetPreviousVersion (context As SettingsContext, property As SettingsProperty) As SettingsPropertyValue
매개 변수
- context
- SettingsContext
애플리케이션 설정 속성이 사용되는 곳에 대해 설명하는 SettingsContext입니다.
- property
- SettingsProperty
값이 반환될 SettingsProperty입니다.
반환
애플리케이션 설정을 나타내는 SettingsPropertyValue가 있으면 해당 설정 속성 값이고, 그렇지 않으면 null
입니다.
구현
설명
합니다 GetPreviousVersion 와 함께에서 메서드는 대개는 Upgrade 메서드는 애플리케이션의 새 버전을 설치 하는 동안 애플리케이션 설정을 마이그레이션하는 경우. 자세한 내용은 Upgrade 메서드를 참조하세요.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET