WP7 SystemTray字段/方法查询

时间:2012-02-17 07:22:35

标签: c# windows-phone-7 system-tray

我一直在使用WP7中的SystemTray,但如果使用字段设置值或使用方法之间存在差异,我会感到有些困惑吗?

例如,我可以写:

SystemTray.ProgressIndicator = myProgressBar;

或者我可以写:

SystemTray.SetProgressIndicator(this, myProgressBar);

这两种方法都有效,但两者似乎都有点多余(虽然我是C#的新手,所以也许我错过了一些东西)。

这只是归结为个人偏好,还是有充分的理由使用这种或那种方式?如果这很明显,请提前抱歉;我只是新奇又好奇。

谢谢你的时间!

1 个答案:

答案 0 :(得分:2)

仔细阅读MSDN
SystemTray.SetProgressIndicator方法:
指定的电话应用程序页面设置ProgressIndicator附加属性的值 SystemTray.ProgressIndicator财产:
获取或设置当前应用程序页面上系统托盘上的进度指示器。