Class UpgradeWindow
UpgradeWindow.xaml 的交互逻辑
public class UpgradeWindow : DialogWindowBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IWindowBase
- Inheritance
-
UpgradeWindow
- Implements
- Inherited Members
- Extension Methods
Constructors
UpgradeWindow()
public UpgradeWindow()
Fields
MessageProperty
public static readonly DependencyProperty MessageProperty
Field Value
TitleMessageProperty
public static readonly DependencyProperty TitleMessageProperty
Field Value
Properties
Message
public List<string> Message { get; set; }
Property Value
TitleMessage
public string TitleMessage { get; set; }
Property Value
Methods
BeginUpgrade(string, string, Func<string, string>, params string[])
开始检查验证更新
public static bool BeginUpgrade(string verstion, string url, Func<string, string> convertToMessage, params string[] messages)
Parameters
Returns
BeginUpgrade(string, string, params string[])
开始检查验证更新
public static bool BeginUpgrade(string verstion, string url, params string[] messages)