SplashScreen.Close(TimeSpan) 메서드

정의

시작 화면을 닫습니다.

public:
 void Close(TimeSpan fadeoutDuration);
[System.Security.SecurityCritical]
public void Close (TimeSpan fadeoutDuration);
public void Close (TimeSpan fadeoutDuration);
[<System.Security.SecurityCritical>]
member this.Close : TimeSpan -> unit
member this.Close : TimeSpan -> unit
Public Sub Close (fadeoutDuration As TimeSpan)

매개 변수

fadeoutDuration
TimeSpan

닫기 작업이 시작된 후 시작 화면이 사라지는 데 걸리는 시간을 지정하는 TimeSpan입니다.

특성

설명

매개 변수가 Show 설정된 메서드를 autoClose true호출한 경우 메서드를 호출 Close 할 필요가 없습니다. 애플리케이션이 로드 된 후 시작 화면이 자동으로 닫힙니다. 시작 화면이 닫히면 페이드하는 데 걸리는 시간은 매개 변수의 기본값 fadeoutDuration 인 300밀리초에 따라 결정됩니다.

적용 대상

추가 정보