Sdílet prostřednictvím


IUITextFormattingViewControllerDelegate Interface

Definition

This interface represents the Objective-C protocol UITextFormattingViewControllerDelegate.

[Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="UITextFormattingViewControllerDelegate", WrapperType=typeof(UIKit.UITextFormattingViewControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="DidChangeValue", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextFormattingViewController), typeof(UIKit.UITextFormattingViewControllerChangeValue) }, Selector="textFormattingViewController:didChangeValue:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldPresentFontPicker", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextFormattingViewController), typeof(UIKit.UIFontPickerViewController) }, ReturnType=typeof(System.Boolean), Selector="textFormattingViewController:shouldPresentFontPicker:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldPresentColorPicker", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextFormattingViewController), typeof(UIKit.UIColorPickerViewController) }, ReturnType=typeof(System.Boolean), Selector="textFormattingViewController:shouldPresentColorPicker:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="TextFormattingDidFinish", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextFormattingViewController) }, Selector="textFormattingDidFinish:")]
public interface IUITextFormattingViewControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="UITextFormattingViewControllerDelegate", WrapperType=typeof(UIKit.UITextFormattingViewControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="DidChangeValue", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextFormattingViewController), typeof(UIKit.UITextFormattingViewControllerChangeValue) }, Selector="textFormattingViewController:didChangeValue:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldPresentFontPicker", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextFormattingViewController), typeof(UIKit.UIFontPickerViewController) }, ReturnType=typeof(System.Boolean), Selector="textFormattingViewController:shouldPresentFontPicker:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldPresentColorPicker", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITextFormattingViewController), typeof(UIKit.UIColorPickerViewController) }, ReturnType=typeof(System.Boolean), Selector="textFormattingViewController:shouldPresentColorPicker:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="TextFormattingDidFinish", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(UIKit.UITextFormattingViewController) }, Selector="textFormattingDidFinish:")>]
type IUITextFormattingViewControllerDelegate = interface
    interface INativeObject
    interface IDisposable
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.

Applies to