EditingContext.Items プロパティ

定義

現在の編集コンテキストに格納されているコンテキスト項目のローカル コレクションを返します。

public:
 property System::Activities::Presentation::ContextItemManager ^ Items { System::Activities::Presentation::ContextItemManager ^ get(); };
public System.Activities.Presentation.ContextItemManager Items { get; }
member this.Items : System.Activities.Presentation.ContextItemManager
Public ReadOnly Property Items As ContextItemManager

プロパティ値

この編集コンテキストで使用される ContextItemManager オブジェクトの ContextItem コレクション。

注釈

Items コレクションは、ホストとデザイナーの間で共有されるデータ用です。 このデータは、サブスクリプションと変更通知内にフックする必要のあるメカニズムを提供します。

適用対象