次の方法で共有


_NavigationFolder.IsSelected プロパティ

定義

オブジェクトが表示用に選択されているかどうかを示す ブール 変数 (C#ではブール 値) を NavigationFolder 設定または返します。 読み取り/書き込みが可能です。

public:
 property bool IsSelected { bool get(); void set(bool value); };
public bool IsSelected { get; set; }
Public Property IsSelected As Boolean

プロパティ値

注釈

[ 予定表] ナビゲーション モジュールに含まれているナビゲーション フォルダーは、他のナビゲーション モジュールのナビゲーション フォルダーとは異なる方法で処理されます。

アクティブなエクスプローラーが AutoPreview ビューで日/週/月ビューまたは日/週/月ビューを使用して予定表ナビゲーション モジュールにナビゲーション フォルダーを表示する場合、ナビゲーション フォルダーがナビゲーション ウィンドウでオンになっている場合 (したがって、アクティブなエクスプローラーでは横並びまたはオーバーレイ モードで表示される) 場合、このプロパティは True を 返します。このプロパティを False に設定すると、アクティブなエクスプローラーにカレンダーが表示されなくなります。 30 を超えるナビゲーション フォルダーでこのプロパティを True に設定すると、エラーが発生します。

If the active explorer uses another view, such as the All Appointments view, to display navigation folders in the Calendar navigation module, or in navigation modules other than the Calendar navigation module, this property returns True if the navigation folder is selected and currently displayed in the active explorer; otherwise, the property returns False.

どちらの場合も、親NavigationFoldersコレクション内のすべての NavigationFolder オブジェクトに対してこのプロパティの値が False に設定されている場合、または NavigationFolder オブジェクトがナビゲーション ウィンドウに現在表示されているナビゲーション モジュール以外のナビゲーション モジュールに含まれている場合、エラーが発生します。

現在のビューに関係なく、Calendar ナビゲーション モジュールの NavigationFolder オブジェクトに対してこのプロパティの値が変更された場合、親 NavigationFolders コレクションのイベントが発生します。SelectedChange

適用対象