RecyclePool.PutElementCore(UIElement, String, UIElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- element
- UIElement
- key
-
String
Platform::String
winrt::hstring
- owner
- UIElement
- Attributes