ExplorerElementVisitor.PruneTree 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
No longer called as the entire tree must be pruned when all roots have been visited
修剪树
protected:
virtual void PruneTree();
[System.Obsolete("No longer called as the entire tree must be pruned when all roots have been visited")]
protected virtual void PruneTree ();
[<System.Obsolete("No longer called as the entire tree must be pruned when all roots have been visited")>]
abstract member PruneTree : unit -> unit
override this.PruneTree : unit -> unit
Protected Overridable Sub PruneTree ()
- 属性