RecyclePool.TryGetElementCore(String, UIElement) 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í.
protected:
virtual UIElement ^ TryGetElementCore(Platform::String ^ key, UIElement ^ owner) = TryGetElementCore;
/// [Windows.Foundation.Metadata.Experimental]
UIElement TryGetElementCore(winrt::hstring const& key, UIElement const& owner);
[Windows.Foundation.Metadata.Experimental]
protected virtual UIElement TryGetElementCore(string key, UIElement owner);
Protected Overridable Function TryGetElementCore (key As String, owner As UIElement) As UIElement
Parámetros
- key
-
String
Platform::String
winrt::hstring
- owner
- UIElement
Devoluciones
- Atributos