TVInterfaceFactory.GetViewForElement(TVViewElement, UIView) 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.
[Foundation.Export("viewForElement:existingView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIView? GetViewForElement(TVMLKit.TVViewElement element, UIKit.UIView? existingView);
[<Foundation.Export("viewForElement:existingView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetViewForElement : TVMLKit.TVViewElement * UIKit.UIView -> UIKit.UIView
override this.GetViewForElement : TVMLKit.TVViewElement * UIKit.UIView -> UIKit.UIView
Parameters
- element
- TVViewElement
- existingView
- UIView
Returns
Implements
- Attributes