AutomationPeer.ResetChildrenCache メソッド
定義
GetChildrenCore() を呼び出すことによって、子要素のツリーを同期的にリセットします。Synchronously resets the tree of child elements by calling GetChildrenCore().
public:
void ResetChildrenCache();
public void ResetChildrenCache ();
member this.ResetChildrenCache : unit -> unit
Public Sub ResetChildrenCache ()
注釈
コントロールパターンインターフェイスの呼び出しに応答して子要素のセットを変更する特定のピア実装で、このメソッドを使用します。Use this method in certain peer implementations that change the set of child elements in response to a call to a control pattern interface. 例とし ITextProvider て、を移動することによってピアの子要素を変更することができ TextRange ます。An example is ITextProvider, which can change the child elements of the peer by moving the TextRange.