次の方法で共有


IVsHierarchyItemManager.IsChangingItems プロパティ

定義

IVsHierarchy からの項目の追加または削除が現在処理されているかどうかを取得します。 このプロパティは、次のいずれかのイベントからの変更が処理されている場合に true になります。

IVsHierarchyEvents.OnItemAdded IVsHierarchyEvents.OnItemDeleted IVsHierarchyEvents.OnItemsAppended IVsHierarchyEvents.OnInvalidateItems。

public:
 property bool IsChangingItems { bool get(); };
public:
 property bool IsChangingItems { bool get(); };
public bool IsChangingItems { get; }
member this.IsChangingItems : bool
Public ReadOnly Property IsChangingItems As Boolean

プロパティ値

true 次のいずれかのイベントからの変更が処理されている場合: OnItemAdded(UInt32, UInt32, UInt32)OnItemDeleted(UInt32)OnItemsAppended(UInt32)OnInvalidateItems(UInt32)

適用対象