RecyclePool.PutElement Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
PutElement(UIElement, String) | |
PutElement(UIElement, String, UIElement) |
PutElement(UIElement, String)
public:
virtual void PutElement(UIElement ^ element, Platform::String ^ key) = PutElement;
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("PutElement")]
void PutElement(UIElement const& element, winrt::hstring const& key);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("PutElement")]
public void PutElement(UIElement element, string key);
Public Sub PutElement (element As UIElement, key As String)
Parámetros
- element
- UIElement
- key
-
String
Platform::String
winrt::hstring
- Atributos
Se aplica a
PutElement(UIElement, String, UIElement)
public:
virtual void PutElement(UIElement ^ element, Platform::String ^ key, UIElement ^ owner) = PutElement;
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("PutElementWithOwner")]
void PutElement(UIElement const& element, winrt::hstring const& key, UIElement const& owner);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("PutElementWithOwner")]
public void PutElement(UIElement element, string key, UIElement owner);
Public Sub PutElement (element As UIElement, key As String, owner As UIElement)
Parámetros
- element
- UIElement
- key
-
String
Platform::String
winrt::hstring
- owner
- UIElement
- Atributos