AutomationPeer.ResetChildrenCache 方法

定义

通过调用 GetChildrenCore() 同步重置子元素树。

public:
 void ResetChildrenCache();
public void ResetChildrenCache ();
member this.ResetChildrenCache : unit -> unit
Public Sub ResetChildrenCache ()

注解

在更改子元素集以响应控件模式接口调用的某些对等实现中使用此方法。 例如 ITextProvider,它可以通过移动 TextRange来更改对等的子元素。

适用于

另请参阅