IUIPickerViewDelegate 인터페이스

정의

프로토콜 UIPickerViewDelegate의 필수 메서드(있는 경우)를 나타내는 인터페이스입니다.

[Foundation.Protocol(Name="UIPickerViewDelegate", WrapperType=typeof(UIKit.UIPickerViewDelegateWrapper))]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIPickerViewDelegate : IDisposable, ObjCRuntime.INativeObject
type IUIPickerViewDelegate = interface
    interface INativeObject
    interface IDisposable
파생
특성
구현

설명

이 인터페이스에는 에 정의된 UIPickerViewDelegate프로토콜의 필수 메서드(있는 경우)가 포함됩니다.

개발자가 이 인터페이스를 구현하는 클래스를 만드는 경우 구현 메서드는 프로토콜에 정의된 UIPickerViewDelegate 메서드의 일치하는 서명과 함께 Objective-C로 자동으로 내보내됩니다.

선택적 메서드(있는 경우)는 클래스에서 인터페이스에 UIPickerViewDelegate_Extensions 대한 확장 메서드로 제공되므로 개발자는 프로토콜에서 선택적 메서드를 호출할 수 있습니다.

속성

Handle

관리되지 않는 개체 표현에 대한 핸들(포인터)입니다.

(다음에서 상속됨 INativeObject)

확장 메서드

GetAttributedTitle(IUIPickerViewDelegate, UIPickerView, nint, nint)

선택기 보기에서 특정 구성 요소에 대한 특성 문자열을 가져오기 위해 호출된 메서드입니다.

GetComponentWidth(IUIPickerViewDelegate, UIPickerView, nint)

지정된 인덱스의 구성 요소 너비입니다.

GetRowHeight(IUIPickerViewDelegate, UIPickerView, nint)

지정된 인덱스의 구성 요소 높이입니다.

GetTitle(IUIPickerViewDelegate, UIPickerView, nint, nint)

지정된 행에 있는 지정된 구성 요소의 제목입니다.

GetView(IUIPickerViewDelegate, UIPickerView, nint, nint, UIView)

프로토콜 UIPickerViewDelegate의 필수 메서드(있는 경우)를 나타내는 인터페이스입니다.

Selected(IUIPickerViewDelegate, UIPickerView, nint, nint)

사용자가 구성 요소에서 행을 선택했음을 나타냅니다.

적용 대상