RecyclePool.PutElementCore(UIElement, String, UIElement) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
Parametri
- element
- UIElement
- key
-
String
Platform::String
winrt::hstring
- owner
- UIElement
- Attributi