SplashScreen.Close(TimeSpan) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
关闭初始屏幕。
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)
参数
- 属性
注解
If you called the Show method with the autoClose
parameter set to true
, you do not have to call the Close method. 加载应用程序后,初始屏幕将自动关闭。 当初始屏幕关闭时,它将花费的时间长度由参数的 fadeoutDuration
默认值(即 300 毫秒)确定。