RecyclePool.TryGetElementCore(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 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
Parameters
- key
-
String
Platform::String
winrt::hstring
- owner
- UIElement
Returns
- Attributes