RecyclePool.PutElementCore(UIElement, String, UIElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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)
參數
- element
- UIElement
- key
-
String
Platform::String
winrt::hstring
- owner
- UIElement
- 屬性