RecyclingElementFactory.OnSelectTemplateKeyCore(Object, 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 Platform::String ^ OnSelectTemplateKeyCore(Platform::Object ^ dataContext, UIElement ^ owner) = OnSelectTemplateKeyCore;
/// [Windows.Foundation.Metadata.Experimental]
winrt::hstring OnSelectTemplateKeyCore(IInspectable const& dataContext, UIElement const& owner);
[Windows.Foundation.Metadata.Experimental]
protected virtual string OnSelectTemplateKeyCore(object dataContext, UIElement owner);
Protected Overridable Function OnSelectTemplateKeyCore (dataContext As Object, owner As UIElement) As String
Parameters
- dataContext
-
Object
Platform::Object
IInspectable
- owner
- UIElement
Returns
- Attributes