RecyclePool.PutElementCore(UIElement, String, UIElement) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
protected:
virtual void PutElementCore(UIElement ^ element, Platform::String ^ key, UIElement ^ owner) = PutElementCore;
/// [Windows.Foundation.Metadata.Experimental]
void PutElementCore(UIElement const& element, winrt::hstring const& key, UIElement const& owner);
[Windows.Foundation.Metadata.Experimental]
protected virtual void PutElementCore(UIElement element, string key, UIElement owner);
Protected Overridable Sub PutElementCore (element As UIElement, key As String, owner As UIElement)
パラメーター
- element
- UIElement
- key
-
String
Platform::String
winrt::hstring
- owner
- UIElement
- 属性