Share via


CPPointOfInterestTemplate.LeadingNavigationBarButtons Property

Definition

Developers must override this with the array of CPBarButton objects on the leading part of the navigation bar.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CarPlay.CPBarButton[] LeadingNavigationBarButtons { [Foundation.Export("leadingNavigationBarButtons", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setLeadingNavigationBarButtons:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("leadingNavigationBarButtons", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setLeadingNavigationBarButtons:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.LeadingNavigationBarButtons : CarPlay.CPBarButton[] with get, set

Property Value

Implements

Attributes

Applies to