バージョン

Importance 列挙体

アクティビティの重要度を指定します。
シンタックス
'宣言
 
Public Enum Importance 
   Inherits System.Enum
public enum Importance : System.Enum 
メンバ
メンバ解説
High高い重要度。
Low低い重要度。
Normal通常の重要度。
解説

Importance を設定することで、アクティビティに異なる優先度を与えることができます。LowHigh の値は、[Add Appointment]または[Edit Appointment]ダイアログに表示される2つのツールバーボタンに対応します。

参照