TVDocumentViewControllerDelegate_Extensions.DidUpdate 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.
Overloads
| Name | Description |
|---|---|
| DidUpdate(ITVDocumentViewControllerDelegate, TVDocumentViewController) | |
| DidUpdate(ITVDocumentViewControllerDelegate, TVDocumentViewController, NSDictionary<NSString,NSObject>) |
DidUpdate(ITVDocumentViewControllerDelegate, TVDocumentViewController)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidUpdate(this TVMLKit.ITVDocumentViewControllerDelegate This, TVMLKit.TVDocumentViewController documentViewController);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidUpdate : TVMLKit.ITVDocumentViewControllerDelegate * TVMLKit.TVDocumentViewController -> unit
Parameters
- documentViewController
- TVDocumentViewController
- Attributes
Applies to
DidUpdate(ITVDocumentViewControllerDelegate, TVDocumentViewController, NSDictionary<NSString,NSObject>)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidUpdate(this TVMLKit.ITVDocumentViewControllerDelegate This, TVMLKit.TVDocumentViewController documentViewController, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> context);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidUpdate : TVMLKit.ITVDocumentViewControllerDelegate * TVMLKit.TVDocumentViewController * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> unit
Parameters
- documentViewController
- TVDocumentViewController
- context
- NSDictionary<NSString,NSObject>
- Attributes