'宣言 Public Enum Importance Inherits System.Enum
public enum Importance : System.Enum
| メンバ | 解説 |
|---|---|
| High | 高い重要度。 |
| Low | 低い重要度。 |
| Normal | 通常の重要度。 |
Importance を設定することで、アクティビティに異なる優先度を与えることができます。Low と High の値は、[Add Appointment]または[Edit Appointment]ダイアログに表示される2つのツールバーボタンに対応します。