Share via


ICPSelectableListItem Interface

Definition

This interface represents the Objective-C protocol CPSelectableListItem.

[Foundation.Protocol(Name="CPSelectableListItem", WrapperType=typeof(CarPlay.CPSelectableListItemWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="handler", IsProperty=true, IsRequired=true, IsStatic=false, Name="Handler", ParameterBlockProxy=new System.Type[] { typeof(ObjCRuntime.Trampolines+NIDCPSelectableListItemHandler) }, PropertyType=typeof(CarPlay.CPSelectableListItemHandler), ReturnTypeDelegateProxy=typeof(ObjCRuntime.Trampolines+SDCPSelectableListItemHandler), Selector="handler", SetterSelector="setHandler:")]
public interface ICPSelectableListItem : CarPlay.ICPListTemplateItem, IDisposable
[<Foundation.Protocol(Name="CPSelectableListItem", WrapperType=typeof(CarPlay.CPSelectableListItemWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="handler", IsProperty=true, IsRequired=true, IsStatic=false, Name="Handler", ParameterBlockProxy=new System.Type[] { typeof(ObjCRuntime.Trampolines+NIDCPSelectableListItemHandler) }, PropertyType=typeof(CarPlay.CPSelectableListItemHandler), ReturnTypeDelegateProxy=typeof(ObjCRuntime.Trampolines+SDCPSelectableListItemHandler), Selector="handler", SetterSelector="setHandler:")>]
type ICPSelectableListItem = interface
    interface INativeObject
    interface IDisposable
    interface ICPListTemplateItem
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Enabled (Inherited from ICPListTemplateItem)
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
Handler
Text (Inherited from ICPListTemplateItem)
UserInfo (Inherited from ICPListTemplateItem)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to