다음을 통해 공유


ClientSettingsProvider.Upgrade 메서드

정의

이 메서드는 이 클래스에서 사용되지 않습니다.

public:
 virtual void Upgrade(System::Configuration::SettingsContext ^ context, System::Configuration::SettingsPropertyCollection ^ properties);
public void Upgrade (System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties);
abstract member Upgrade : System.Configuration.SettingsContext * System.Configuration.SettingsPropertyCollection -> unit
override this.Upgrade : System.Configuration.SettingsContext * System.Configuration.SettingsPropertyCollection -> unit
Public Sub Upgrade (context As SettingsContext, properties As SettingsPropertyCollection)

매개 변수

context
SettingsContext

사용되지 않습니다.

properties
SettingsPropertyCollection

사용되지 않습니다.

구현

설명

이 메서드를 호출해도 아무런 효과가 나타나지 않습니다.

적용 대상

추가 정보