RecyclePool.TryGetElementCore(String, UIElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- key
-
String
Platform::String
winrt::hstring
- owner
- UIElement
返回
- 属性