言語

UITextField クラス

定義

[Foundation.Register("UITextField", true)]
public class UITextField : UIKit.UIControl, IDisposable, UIKit.IUIContentSizeCategoryAdjusting, UIKit.IUILetterformAwareAdjusting, UIKit.IUITextDraggable, UIKit.IUITextDroppable
[Foundation.Register("UITextField", true)]
public class UITextField : UIKit.UIControl, IDisposable, UIKit.IUIContentSizeCategoryAdjusting, UIKit.IUILetterformAwareAdjusting, UIKit.IUITextInput
[<Foundation.Register("UITextField", true)>]
type UITextField = class
    inherit UIControl
    interface IUITextInputTraits
    interface INativeObject
    interface IDisposable
    interface IUIContentSizeCategoryAdjusting
    interface IUIKeyInput
    interface IUILetterformAwareAdjusting
    interface IUIPasteConfigurationSupporting
    interface IUITextDraggable
    interface IUITextInput
    interface IUITextDroppable
    interface IUITextPasteConfigurationSupporting
[<Foundation.Register("UITextField", true)>]
type UITextField = class
    inherit UIControl
    interface IUITextInputTraits
    interface INativeObject
    interface IDisposable
    interface IUIContentSizeCategoryAdjusting
    interface IUIKeyInput
    interface IUILetterformAwareAdjusting
    interface IUITextInput
継承
派生
属性
実装

コンストラクター

名前 説明
UITextField()

既定値を使用して新しい UITextField を作成します。

UITextField(CGRect)
UITextField(NativeHandle)

アンマネージ オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。 ランタイムによって呼び出されます。

UITextField(NSCoder)

unarchiver オブジェクトに格納されているデータからオブジェクトを初期化するコンストラクター。

UITextField(NSObjectFlag)

初期化をスキップし、単にオブジェクトを割り当てるために派生クラスを呼び出すコンストラクター。

プロパティ

名前 説明
AccessibilityActivationPoint (継承元 UIView)
AccessibilityAssistiveTechnologyFocusedIdentifiers (継承元 UIResponder)
AccessibilityAttributedHint (継承元 UIView)
AccessibilityAttributedLabel (継承元 UIView)
AccessibilityAttributedUserInputLabels (継承元 UIView)
AccessibilityAttributedValue (継承元 UIView)
AccessibilityCustomActions (継承元 UIResponder)
AccessibilityDirectTouchOptions (継承元 UIView)
AccessibilityDragSourceDescriptors (継承元 UIResponder)
AccessibilityDropPointDescriptors (継承元 UIResponder)
AccessibilityElementsHidden (継承元 UIView)
AccessibilityExpandedStatus (継承元 UIView)
AccessibilityFrame (継承元 UIView)
AccessibilityHeaderElements (継承元 UIView)
AccessibilityHint (継承元 UIView)
AccessibilityIdentifier

アクセシビリティのために this を一意に識別します。

(継承元 UIView)
AccessibilityIgnoresInvertColors (継承元 UIView)
AccessibilityLabel (継承元 UIView)
AccessibilityLanguage (継承元 UIView)
AccessibilityNavigationStyle (継承元 UIView)
AccessibilityPath (継承元 UIView)
AccessibilityRespondsToUserInteraction (継承元 UIView)
AccessibilityTextualContext (継承元 UIView)
AccessibilityTraits (継承元 UIView)
AccessibilityUserInputLabels (継承元 UIView)
AccessibilityValue (継承元 UIView)
AccessibilityViewIsModal (継承元 UIView)
ActivityItemsConfiguration (継承元 UIResponder)
AdjustsFontForContentSizeCategory
AdjustsFontSizeToFitWidth
AlignmentRectInsets (継承元 UIView)
AllControlEvents (継承元 UIControl)
AllowedWritingToolsResultOptions
AllowsEditingTextAttributes
AllowsNumberPadPopover
AllTargets (継承元 UIControl)
Alpha (継承元 UIView)
AnchorPoint (継承元 UIView)
Appearance

このクラスの UIAppearance クラスを返す厳密に型指定されたプロパティ。

AppliedContentSizeCategoryLimitsDescription (継承元 UIView)
AttributedPlaceholder
AttributedText
AutocapitalizationType

IUITextInputによって使用されるUITextAutocapitalizationType

AutocorrectionType

IUITextInputによって使用されるUITextAutocorrectionType

AutoresizingMask (継承元 UIView)
AutosizesSubviews (継承元 UIView)
Background
BackgroundColor

背景に使用される色。

(継承元 UIView)
BeginningOfDocument

文書の先頭を示すテキストの位置。

BorderStyle
BottomAnchor (継承元 UIView)
Bounds (継承元 UIView)
CanBecomeFirstResponder (継承元 UIResponder)
CanBecomeFocused (継承元 UIView)
CanResignFirstResponder (継承元 UIResponder)
Center (継承元 UIView)
CenterXAnchor (継承元 UIView)
CenterYAnchor (継承元 UIView)
Class (継承元 NSObject)
ClassHandle

このクラスの Objective-C クラス ハンドル。

ClearButtonMode
ClearsContextBeforeDrawing (継承元 UIView)
ClearsOnBeginEditing
ClearsOnInsertion
ClipsToBounds (継承元 UIView)
CollisionBoundingPath

衝突検出に使用される閉じたパスを返します。

(継承元 UIView)
CollisionBoundsType

競合の境界を指定する方法を示す値を返します。

(継承元 UIView)
Constraints (継承元 UIView)
ContentMode (継承元 UIView)
ContentScaleFactor (継承元 UIView)
ContentStretch (継承元 UIView)
ContextMenuInteraction (継承元 UIControl)
ContextMenuInteractionEnabled (継承元 UIControl)
ConversationContext
CoordinateSpace

座標空間の実装を取得します。

(継承元 UIView)
CornerConfiguration (継承元 UIView)
CurrentInputModeDidChangeNotification

CurrentInputModeDidChange の通知定数

DebugDescription (継承元 NSObject)
Delegate

クラス デリゲートとして機能する UIKit.IUITextFieldDelegate モデル クラスのインスタンス。

Description (継承元 NSObject)
DidEndEditingReasonKey
DirectionalLayoutMargins (継承元 UIView)
DisabledBackground
Editable
EditingInteractionConfiguration (継承元 UIResponder)
EffectiveContentHorizontalAlignment (継承元 UIControl)
EffectiveUserInterfaceLayoutDirection (継承元 UIView)
Enabled

この UIControl が有効かどうか。

(継承元 UIControl)
EnablesReturnKeyAutomatically

戻りキーが自動的に有効になっているかどうか。

EndOfDocument

文書の先頭を示すテキストの位置。

ExclusiveTouch

イベント配信をこのビューに制限します。

(継承元 UIView)
FirstBaselineAnchor (継承元 UIView)
Focused

UIViewがフォーカスされたビューであるかどうかを示します。

(継承元 UIView)
FocusEffect (継承元 UIView)
FocusGroupIdentifier (継承元 UIView)
FocusGroupPriority (継承元 UIView)
FocusItemContainer

子フォーカス項目のフォーカス情報を管理するコンテナーを取得します。

(継承元 UIView)
FocusItemDeferralMode (継承元 UIView)
Font
Frame (継承元 UIView)
GestureRecognizers (継承元 UIView)
Handle

アンマネージ オブジェクト表現へのハンドル (ポインター)。

(継承元 NSObject)
HasAmbiguousLayout (継承元 UIView)
HasText

キー入力にテキストが含まれているかどうかを示す値を取得します。

HeightAnchor (継承元 UIView)
Hidden

UIViewを表示するかどうかを指定します。

(継承元 UIView)
Highlighted

この UIControl が強調表示されているかどうか。

(継承元 UIControl)
HorizontalAlignment (継承元 UIControl)
HoverStyle (継承元 UIView)
InlinePredictionType
InputAccessoryView
InputAccessoryViewController (継承元 UIResponder)
InputAssistantItem (継承元 UIResponder)
InputDelegate

この UITextFieldの入力デリゲート オブジェクト。

InputView
InputViewController (継承元 UIResponder)
InsetsLayoutMarginsFromSafeArea (継承元 UIView)
Interactions (継承元 UIView)
InteractionState
IntrinsicContentSize (継承元 UIView)
IsAccessibilityElement (継承元 UIView)
IsDirectBinding

このインスタンスが直接 Objective-C バインドを使用するかどうかを示す値を取得または設定します。

(継承元 NSObject)
IsEditing

ユーザーがビュー内のテキストを編集しているかどうかを示す値。 Read-only.

IsFirstResponder (継承元 UIResponder)
IsProxy (継承元 NSObject)
IsTransparentFocusItem (継承元 UIView)
KeyboardAppearance

によって使用されるUIKeyboardAppearanceIUITextInput

KeyboardLayoutGuide (継承元 UIView)
KeyboardType

IUITextInputによって使用されるUIKeyboardType

KeyCommands (継承元 UIResponder)
LargeContentImage (継承元 UIView)
LargeContentImageInsets (継承元 UIView)
LargeContentTitle (継承元 UIView)
LastBaselineAnchor (継承元 UIView)
Layer (継承元 UIView)
LayoutGuides (継承元 UIView)
LayoutMargins (継承元 UIView)
LayoutMarginsGuide (継承元 UIView)
LeadingAnchor (継承元 UIView)
LeftAnchor (継承元 UIView)
LeftView
LeftViewMode
MarkedTextRange

特定の文書内の現在マークされているテキストの範囲。

MarkedTextStyle

テキストの描画方法を記述する属性ディクショナリ。

MaskView (継承元 UIView)
MathExpressionCompletionType
MaximumContentSizeCategory (継承元 UIView)
MinimumContentSizeCategory (継承元 UIView)
MinimumFontSize
MotionEffects (継承元 UIView)
MultipleTouchEnabled

UIView がマルチタッチ イベントを処理できるかどうかを制御します。

(継承元 UIView)
NextResponder (継承元 UIResponder)
Opaque

ビューが不透明かどうかを判断します。

(継承元 UIView)
OverrideUserInterfaceStyle (継承元 UIView)
ParentFocusEnvironment

親フォーカス環境を取得します。

(継承元 UIView)
PasswordRules

パスワード入力規則。

PasteConfiguration

this オブジェクトでサポートされているUIPasteConfiguration

PasteDelegate

テキストの貼り付けとテキストのドロップを処理するためのデリゲートを取得します。

Placeholder
PreferredFocusedView

nullしない場合は、既定でフォーカスを受け取る子UIViewを示します。

(継承元 UIView)
PreferredFocusEnvironments

フォーカスを更新するときに環境が優先するフォーカス環境の一覧を優先度順に取得します。

(継承元 UIView)
PreservesSuperviewLayoutMargins (継承元 UIView)
ReadableContentGuide (継承元 UIView)
RestorationIdentifier (継承元 UIView)
RetainCount (継承元 NSObject)
ReturnKeyType

IUITextInputの戻りキーの形式。

RightAnchor (継承元 UIView)
RightView
RightViewMode
SafeAreaInsets (継承元 UIView)
SafeAreaLayoutGuide (継承元 UIView)
ScalesLargeContentImage (継承元 UIView)
SecureTextEntry

入力したテキストを非表示にする必要があるかどうか。

Selected

この UIControl が選択されているかどうか。

(継承元 UIControl)
SelectedTextRange

ドキュメントで選択されているテキストの範囲。

SelectionAffinity

カーソルを複数行選択の最後の行の先頭に表示するか、または 2 行目から最後の行の末尾に表示するかを制御する値。

Self (継承元 NSObject)
SemanticContentAttribute (継承元 UIView)
ShouldBeginEditing

編集を開始する必要があるかどうかをテキスト フィールドが知りたいときに発生します。

ShouldChangeCharacters

テキスト フィールド内のテキストを変更するかどうかを知りたい場合に発生します。

ShouldChangeCharactersInRanges

テキスト フィールド内のテキストを複数の範囲に対して変更する必要があるかどうかを知りたい場合に発生します。

ShouldClear

テキスト フィールド内のテキストをクリアする必要があるかどうかをテキスト フィールドが認識する場合に発生します。

ShouldEndEditing

テキスト フィールドが編集を終了するかどうかを知りたいときに発生します。

ShouldGroupAccessibilityChildren (継承元 UIView)
ShouldReturn

"戻る" キーが押されたときに発生し、テキスト フィールドがこのキー押しを処理する必要があるかどうかを知りたい場合に、既定の動作を使用します。

ShowsLargeContentViewer (継承元 UIView)
ShowsMenuAsPrimaryAction (継承元 UIControl)
SizingRule
SmartDashesType

スマート ダッシュ スタイル。

SmartInsertDeleteType

スマート挿入スタイル。

SmartQuotesType

スマートクォート スタイル。

SpellCheckingType

スペル チェックがオンかオフか、オートコンプリートが有効になっている場合にのみスペル チェックが有効になるかを示す値を取得または設定します (既定値)。

State (継承元 UIControl)
Subviews (継承元 UIView)
Superclass (継承元 NSObject)
SuperHandle

この NSObjectの基底クラスのメソッドを表すために使用されるハンドル。

(継承元 NSObject)
Superview (継承元 UIView)
SupportsAdaptiveImageGlyph
SymbolAnimationEnabled (継承元 UIControl)
Tag (継承元 UIView)
Text
TextAlignment
TextBackgroundColorKey

開発者は、この非推奨のプロパティを使用しないでください。 開発者は 'NSAttributedString.BackgroundColorAttributeName' を使用する必要があります。

TextColor
TextColorKey

プロパティは、 NSDictionaryからテキストの色の値を取得するために使用する必要があるキーを保持します。

TextContentType

たとえば、システムがカスタム キーボードを提供できるようにする、予期される入力のセマンティック。

TextDidBeginEditingNotification

TextDidBeginEditing の通知定数

TextDidEndEditingNotification

TextDidEndEditing の通知定数

TextDragActive

テキスト ビューに対してドラッグ セッションがアクティブかどうかを示すブール値を取得します。

TextDragDelegate

ドラッグ ソースの動作を管理するためのデリゲートを取得または設定します。

TextDragInteraction

テキスト ビューでのドラッグ操作を取得します。

TextDragOptions

ドラッグされたテキストでの書式設定の表示方法を制御する値を取得します。

TextDropActive

ビューにアクティブなテキスト ドロップ セッションがあるかどうかを示すブール値を取得します。

TextDropDelegate

テキスト ドロップ動作を管理するためのデリゲートを取得または設定します。

TextDropInteraction

テキスト ビューでのドロップ操作を取得します。

TextFieldTextDidChangeNotification

TextFieldTextDidChange の通知定数

TextFontKey

プロパティは、 NSDictionaryからテキストのフォントの値を取得するために使用する必要があるキーを保持します。

TextInputContextIdentifier (継承元 UIResponder)
TextInputMode (継承元 UIResponder)
TextInputView

テキスト入力内のジオメトリ操作の座標系を提供する入力ビューを返します。

TintAdjustmentMode (継承元 UIView)
TintColor

濃淡に使用される色。

(継承元 UIView)
Tokenizer

このプロパティは、文字、単語、行、段落などの単位にテキストを分割するために使用されるトークナイザーに関する情報を提供します。

ToolTip (継承元 UIControl)
ToolTipInteraction (継承元 UIControl)
TopAnchor (継承元 UIView)
TouchBar (継承元 UIResponder)
TouchInside

タッチがこの UIControl 内にあるかどうか。 Read-only.

(継承元 UIControl)
Tracking

この UIControl がイベントに関連するタッチを追跡しているかどうか。 Read-only.

(継承元 UIControl)
TrailingAnchor (継承元 UIView)
TraitCollection

環境を記述する特性コレクションを取得します。

(継承元 UIView)
TraitOverrides (継承元 UIView)
Transform (継承元 UIView)
Transform3D (継承元 UIView)
TranslatesAutoresizingMaskIntoConstraints (継承元 UIView)
TypingAttributes
UndoManager (継承元 UIResponder)
UnobscuredContentRect
UserActivity (継承元 UIResponder)
UserInteractionEnabled

入力イベントがこのビューによって処理されるかどうかを判断します。

(継承元 UIView)
VerticalAlignment (継承元 UIControl)
ViewForBaselineLayout (継承元 UIView)
ViewForFirstBaselineLayout (継承元 UIView)
ViewForLastBaselineLayout (継承元 UIView)
ViewPrintFormatter (継承元 UIView)
WeakDefaultTextAttributes
WeakDelegate
WeakInputDelegate

弱い入力デリゲートを示します。

WeakTokenizer

弱いトークナイザーを示します。

WidthAnchor (継承元 UIView)
Window (継承元 UIView)
WritingToolsBehavior
Zone (継承元 NSObject)

メソッド

名前 説明
AccessibilityActivate() (継承元 UIView)
AccessibilityDecrement() (継承元 UIResponder)
AccessibilityElementDidBecomeFocused() (継承元 UIResponder)
AccessibilityElementDidLoseFocus() (継承元 UIResponder)
AccessibilityElementIsFocused() (継承元 UIResponder)
AccessibilityIncrement() (継承元 UIResponder)
AccessibilityPerformEscape() (継承元 UIResponder)
AccessibilityPerformMagicTap() (継承元 UIResponder)
AccessibilityScroll(UIAccessibilityScrollDirection) (継承元 UIResponder)
ActionForLayer(CALayer, String) (継承元 UIView)
Add(UIView)

これは AddSubview(UIView)のエイリアスですが、C# 3.0 コンストラクトでオブジェクトの作成後にサブビューを追加できるため、Add パターンを使用します。

(継承元 UIView)
AddAction(UIAction, UIControlEvent) (継承元 UIControl)
AddConstraint(NSLayoutConstraint) (継承元 UIView)
AddConstraints(NSLayoutConstraint[]) (継承元 UIView)
AddGestureRecognizer(UIGestureRecognizer) (継承元 UIView)
AddInteraction(IUIInteraction) (継承元 UIView)
AddLayoutGuide(UILayoutGuide) (継承元 UIView)
AddMotionEffect(UIMotionEffect) (継承元 UIView)
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr) (継承元 NSObject)
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr) (継承元 NSObject)
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)

任意のメソッドを使用して外部で観察されるオブジェクトを登録します。

(継承元 NSObject)
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)

任意のメソッドを使用して外部で観察されるオブジェクトを登録します。

(継承元 NSObject)
AddSubview(UIView) (継承元 UIView)
AddSubviews(UIView[])

UIView にさまざまなビューを追加する便利なルーチン。

(継承元 UIView)
AddTarget(EventHandler, UIControlEvent)

指定したイベント セットのイベント ハンドラーを追加します。

(継承元 UIControl)
AddTarget(NSObject, Selector, UIControlEvent) (継承元 UIControl)
AlignCenter(NSObject) (継承元 UIResponder)
AlignJustified(NSObject) (継承元 UIResponder)
AlignLeft(NSObject) (継承元 UIResponder)
AlignmentRectForFrame(CGRect) (継承元 UIView)
AlignRight(NSObject) (継承元 UIResponder)
AppearanceWhenContainedIn(Type[])

ビューが指定した階層でホストされている場合に、このクラスのインスタンスに対して厳密に型指定された UIAppearance を返します。

AwakeFromNib() (継承元 NSObject)
BecomeFirstResponder() (継承元 UIResponder)
BeginFloatingCursor(CGPoint)

指定した pointでのフローティング カーソルの表示を開始します。

BeginInvokeOnMainThread(Action)

メイン UI スレッドで、指定したアクションを非同期的に呼び出します。

(継承元 NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

メイン UI スレッドで指定したコードを非同期的に呼び出します。

(継承元 NSObject)
BeginTracking(UITouch, UIEvent) (継承元 UIControl)
BorderRect(CGRect)
BringSubviewToFront(UIView) (継承元 UIView)
BuildMenu(IUIMenuBuilder) (継承元 UIResponder)
CancelTracking(UIEvent) (継承元 UIControl)
CanPaste(NSItemProvider[])

レスポンダーが指定したアイテム プロバイダーから貼り付けることができる場合は、 true を返します。

CanPerform(Selector, NSObject) (継承元 UIResponder)
Capture(Boolean)

UIViewの画面キャプチャを実行します。

(継承元 UIView)
CaptureTextFromCamera(NSObject) (継承元 UIResponder)
ClearButtonRect(CGRect)
ComparePosition(UITextPosition, UITextPosition)

ある位置と別の位置の比較を取得します。

ConformsToProtocol(NativeHandle) (継承元 NSObject)
ContentCompressionResistancePriority(UILayoutConstraintAxis) (継承元 UIView)
ContentHuggingPriority(UILayoutConstraintAxis) (継承元 UIView)
ContinueTracking(UITouch, UIEvent) (継承元 UIControl)
ConvertPointFromCoordinateSpace(CGPoint, IUICoordinateSpace) (継承元 UIView)
ConvertPointFromView(CGPoint, UIView) (継承元 UIView)
ConvertPointToCoordinateSpace(CGPoint, IUICoordinateSpace) (継承元 UIView)
ConvertPointToView(CGPoint, UIView) (継承元 UIView)
ConvertRectFromCoordinateSpace(CGRect, IUICoordinateSpace) (継承元 UIView)
ConvertRectFromView(CGRect, UIView) (継承元 UIView)
ConvertRectToCoordinateSpace(CGRect, IUICoordinateSpace) (継承元 UIView)
ConvertRectToView(CGRect, UIView) (継承元 UIView)
Copy() (継承元 NSObject)
Copy(NSObject) (継承元 UIResponder)
CreateTouchBar() (継承元 UIResponder)
Cut(NSObject) (継承元 UIResponder)
DangerousAutorelease()

このオブジェクトの 'autorelease' セレクターを呼び出します。

(継承元 NSObject)
DangerousRelease()

このオブジェクトの 'release' セレクターを呼び出します。

(継承元 NSObject)
DangerousRetain()

このオブジェクトで 'retain' セレクターを呼び出します。

(継承元 NSObject)
DecodeRestorableState(NSCoder) (継承元 UIView)
DecreaseSize(NSObject) (継承元 UIResponder)
Delete(NSObject) (継承元 UIResponder)
DeleteBackward()
DictationRecognitionFailed()

ディクテーションの認識に失敗しました。

DictationRecordingDidEnd()

ディクテーションの記録は終了しました。

DidChange(NSKeyValueChange, NSIndexSet, NSString) (継承元 NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet) (継承元 NSObject)
DidChangeValue(String) (継承元 NSObject)
DidDismissWritingTools()
DidHintFocusMovement(UIFocusMovementHint)

フォーカスの変更が間もなく発生する可能性がある場合に呼び出されます。

(継承元 UIView)
DidUpdateFocus(UIFocusUpdateContext, UIFocusAnimationCoordinator)

フォーカスが新しい UIViewに変更された直後に呼び出されるデリゲート メソッド。

(継承元 UIView)
DisplayLayer(CALayer) (継承元 UIView)
Dispose()

NSObject オブジェクトによって使用されるリソースを解放します。

(継承元 NSObject)
Dispose(Boolean)
DoesNotRecognizeSelector(Selector) (継承元 NSObject)
Draw(CGRect) (継承元 UIView)
DrawLayer(CALayer, CGContext) (継承元 UIView)
DrawPlaceholder(CGRect)
DrawRect(CGRect, UIViewPrintFormatter) (継承元 UIView)
DrawText(CGRect)
DrawViewHierarchy(CGRect, Boolean) (継承元 UIView)
Duplicate(NSObject) (継承元 UIResponder)
EditingRect(CGRect)
EncodeRestorableState(NSCoder) (継承元 UIView)
EncodeTo(NSCoder)

指定されたエンコーダーを使用して、オブジェクトの状態をエンコードします。

(継承元 UIView)
EndFloatingCursor()

フローティング カーソルの表示を終了します。

EndTracking(UITouch, UIEvent) (継承元 UIControl)
EnumerateEventHandlers(UIControlEnumerateEventsIteratorHandler) (継承元 UIControl)
Equals(NSObject)

指定した NSObject が現在の NSObjectと等しいかどうかを判断します。

(継承元 NSObject)
Equals(Object)

指定したオブジェクトが現在の NSObjectと等しいかどうかを判断します。

(継承元 NSObject)
ExchangeSubview(IntPtr, IntPtr)

このメソッドは、Subviews配列内の 2 つのUIViewのインデックスを交換します。

(継承元 UIView)
ExerciseAmbiguityInLayout() (継承元 UIView)
Export(NSObject) (継承元 UIResponder)
Find(NSObject) (継承元 UIResponder)
FindAndReplace(NSObject) (継承元 UIResponder)
FindNext(NSObject) (継承元 UIResponder)
FindPrevious(NSObject) (継承元 UIResponder)
FrameForAlignmentRect(CGRect) (継承元 UIView)
GestureRecognizerShouldBegin(UIGestureRecognizer) (継承元 UIView)
GetActions(NSObject, UIControlEvent) (継承元 UIControl)
GetAppearance(UITraitCollection, Type[])

UITextFieldの外観プロキシ UITextField.UITextFieldAppearanceを取得します。

GetAppearance(UITraitCollection)

UITextFieldの外観プロキシ UITextField.UITextFieldAppearanceを取得します。

GetAppearance<T>()

UITextFieldのサブクラスの外観プロキシ UITextField.UITextFieldAppearanceを取得します。

GetAppearance<T>(UITraitCollection, Type[])

UITextFieldのサブクラスの外観プロキシ UITextField.UITextFieldAppearanceを取得します。

GetAppearance<T>(UITraitCollection)

UITextFieldのサブクラスの外観プロキシ UITextField.UITextFieldAppearanceを取得します。

GetAttributedText(UITextRange)
GetBaseWritingDirection(UITextPosition, UITextStorageDirection)

テキスト位置の基本書き込み方向を取得します。

GetCaretRectForPosition(UITextPosition)

指定された挿入ポイントでキャレットを描画するために使用される四角形。

GetCaretTransform(UITextPosition)
GetCharacterOffsetOfPosition(UITextPosition, UITextRange)

ドキュメント内のposition文字のrangeにオフセットを計算して返します。

GetCharacterRange(UITextPosition, UITextLayoutDirection)

定義された方向の制限内の文字範囲を取得します。

GetCharacterRangeAtPoint(CGPoint)

特定の時点に存在する文書内の文字または文字の範囲を取得します。

GetClosestPositionToPoint(CGPoint, UITextRange)
GetClosestPositionToPoint(CGPoint)

特定のポイントに存在するドキュメント内の最も近い位置を取得します。

GetConfigurationForMenu(UIContextMenuInteraction, CGPoint) (継承元 UIControl)
GetConstraintsAffectingLayout(UILayoutConstraintAxis) (継承元 UIView)
GetDictionaryOfValuesFromKeys(NSString[]) (継承元 NSObject)
GetDirectionalEdgeInsets(UIViewLayoutRegion) (継承元 UIView)
GetDismissalPreview(UIContextMenuInteraction, UIContextMenuConfiguration, INSCopying) (継承元 UIControl)
GetEdgeInsets(UIViewLayoutRegion) (継承元 UIView)
GetEditMenu(UITextRange, UIMenuElement[])
GetEnumerator()

このビューのすべてのサブビューを一覧表示する列挙子を返します。

(継承元 UIView)
GetFirstRectForRange(UITextRange)

指定した範囲のドキュメント テキストを囲む最初の四角形を取得します。

GetFocusItems(CGRect)

指定した四角形内のすべての子フォーカス項目の一覧を返します。

(継承元 UIView)
GetFrame(UIView) (継承元 UIView)
GetFrameForDictationResultPlaceholder(NSObject)

アニメーション化されたディクテーション結果プレースホルダーを表示する四角形を返します。

GetHashCode()

現在のインスタンスのハッシュ コードを生成します。

(継承元 NSObject)
GetHighlightPreview(UIContextMenuInteraction, UIContextMenuConfiguration, INSCopying) (継承元 UIControl)
GetLayoutGuide(UIViewLayoutRegion) (継承元 UIView)
GetMenuAttachmentPoint(UIContextMenuConfiguration) (継承元 UIControl)
GetMethodForSelector(Selector) (継承元 NSObject)
GetNativeHash() (継承元 NSObject)
GetOffsetFromPosition(UITextPosition, UITextPosition)

定義された 2 つのテキスト位置の間に表示される文字数を取得します。

GetPosition(UITextPosition, IntPtr)

最初の位置からの文字オフセットを取得します。

GetPosition(UITextPosition, UITextLayoutDirection, IntPtr)

最初の位置からの文字オフセットを取得します。

GetPosition(UITextRange, IntPtr)

withinRangeatCharacterOffset文字であるドキュメント内の絶対位置を計算して返します。

GetPositionWithinRange(UITextRange, UITextLayoutDirection)

指定した範囲内の位置を取得します。

GetPreviewForDismissingMenu(UIContextMenuInteraction, UIContextMenuConfiguration) (継承元 UIControl)
GetPreviewForHighlightingMenu(UIContextMenuInteraction, UIContextMenuConfiguration) (継承元 UIControl)
GetProvider(UIDeferredMenuElement) (継承元 UIResponder)
GetSelectionRects(UITextRange)

テキスト範囲に対応する選択範囲の配列を取得します。

GetSoundIdentifier(UIFocusUpdateContext) (継承元 UIView)
GetTargetForAction(Selector, NSObject) (継承元 UIResponder)
GetTextRange(UITextPosition, UITextPosition)

指定したテキスト範囲を取得します。

GetTextStyling(UITextPosition, UITextStorageDirection)

atPosition位置にあるテキストのスタイル プロパティのディクショナリを返します。

HitTest(CGPoint, UIEvent) (継承元 UIView)
IncreaseSize(NSObject) (継承元 UIResponder)
Init()

Objective-C init メソッドを呼び出してオブジェクトを初期化します。

(継承元 NSObject)
InitializeHandle(NativeHandle, String) (継承元 NSObject)
InitializeHandle(NativeHandle) (継承元 NSObject)
InsertAdaptiveImageGlyph(NSAdaptiveImageGlyph, UITextRange)
InsertAttributedText(NSAttributedString)
InsertDictationResult(NSArray)

ディクテーション結果を現在の位置に挿入します。

InsertDictationResultPlaceholder()

ディクテーション結果の生成が完了する前に使用するプレースホルダー オブジェクトを返します。

InsertInputSuggestion(UIInputSuggestion)
InsertSubview(UIView, IntPtr)

指定したサブビューを、このビューのサブビューとして指定した位置に挿入します。

(継承元 UIView)
InsertSubviewAbove(UIView, UIView) (継承元 UIView)
InsertSubviewBelow(UIView, UIView) (継承元 UIView)
InsertText(String, String[], UITextAlternativeStyle)
InsertText(String)

カーソルにテキストを挿入します。

InsertTextPlaceholder(CGSize)
InvalidateIntrinsicContentSize() (継承元 UIView)
Invoke(Action, Double)

指定した遅延の後に、指定したアクションを呼び出します。

(継承元 NSObject)
Invoke(Action, TimeSpan)

指定した遅延の後に、指定したアクションを呼び出します。

(継承元 NSObject)
InvokeOnMainThread(Action)

メイン UI スレッドで、指定したアクションを同期的に呼び出します。

(継承元 NSObject)
InvokeOnMainThread(Selector, NSObject)

メイン UI スレッドで、指定したコードを同期的に呼び出します。

(継承元 NSObject)
IsDescendantOfView(UIView) (継承元 UIView)
IsEqual(NSObject) (継承元 NSObject)
IsKindOfClass(Class) (継承元 NSObject)
IsMemberOfClass(Class) (継承元 NSObject)
LayoutIfNeeded() (継承元 UIView)
LayoutMarginsDidChange() (継承元 UIView)
LayoutSublayersOfLayer(CALayer) (継承元 UIView)
LayoutSubviews() (継承元 UIView)
LeftViewRect(CGRect)
MakeTextWritingDirectionLeftToRight(NSObject) (継承元 UIResponder)
MakeTextWritingDirectionRightToLeft(NSObject) (継承元 UIResponder)
MarkDirty()

通常のピア オブジェクト (IsDirectBinding が true) を toggleref オブジェクトに昇格させます。

(継承元 NSObject)
MotionBegan(UIEventSubtype, UIEvent) (継承元 UIResponder)
MotionCancelled(UIEventSubtype, UIEvent) (継承元 UIResponder)
MotionEnded(UIEventSubtype, UIEvent) (継承元 UIResponder)
Move(NSObject) (継承元 UIResponder)
MovedToSuperview() (継承元 UIView)
MovedToWindow() (継承元 UIView)
MutableCopy() (継承元 NSObject)
NeedsUpdateConstraints() (継承元 UIView)
NewFromPasteboard(NSObject) (継承元 UIResponder)
ObserveValue(NSString, NSObject, NSDictionary, IntPtr) (継承元 NSObject)
Paste(NSItemProvider[])

貼り付けを実行します。

Paste(NSObject) (継承元 UIResponder)
PasteAndGo(NSObject) (継承元 UIResponder)
PasteAndMatchStyle(NSObject) (継承元 UIResponder)
PasteAndSearch(NSObject) (継承元 UIResponder)
PerformClose(NSObject) (継承元 UIResponder)
PerformPrimaryAction() (継承元 UIControl)
PerformSelector(Selector, NSObject, Double, NSString[]) (継承元 NSObject)
PerformSelector(Selector, NSObject, Double) (継承元 NSObject)
PerformSelector(Selector, NSObject, NSObject) (継承元 NSObject)
PerformSelector(Selector, NSObject) (継承元 NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[]) (継承元 NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean) (継承元 NSObject)
PerformSelector(Selector) (継承元 NSObject)
PlaceholderRect(CGRect)
PointInside(CGPoint, UIEvent) (継承元 UIView)
PrepareForInterfaceBuilder() (継承元 NSObject)
PressesBegan(NSSet<UIPress>, UIPressesEvent) (継承元 UIResponder)
PressesCancelled(NSSet<UIPress>, UIPressesEvent) (継承元 UIResponder)
PressesChanged(NSSet<UIPress>, UIPressesEvent) (継承元 UIResponder)
PressesEnded(NSSet<UIPress>, UIPressesEvent) (継承元 UIResponder)
Print(NSObject) (継承元 UIResponder)
RegisterForTraitChanges(Action<IUITraitEnvironment,UITraitCollection>, Type[])

指定された特性のいずれかが変更されたときに実行されるコールバック ハンドラーを登録します。

(継承元 UIView)
RegisterForTraitChanges(Class[], Action<IUITraitEnvironment,UITraitCollection>) (継承元 UIView)
RegisterForTraitChanges(Class[], NSObject, Selector) (継承元 UIView)
RegisterForTraitChanges(Class[], Selector) (継承元 UIView)
RegisterForTraitChanges(IUITraitDefinition[], Action<IUITraitEnvironment,UITraitCollection>)
古い.
(継承元 UIView)
RegisterForTraitChanges(IUITraitDefinition[], NSObject, Selector)
古い.
(継承元 UIView)
RegisterForTraitChanges(IUITraitDefinition[], Selector)
古い.
(継承元 UIView)
RegisterForTraitChanges(Type[], Action<IUITraitEnvironment,UITraitCollection>)

指定された特性のいずれかが変更されたときに実行されるコールバック ハンドラーを登録します。

(継承元 UIView)
RegisterForTraitChanges(Type[], NSObject, Selector)

指定した特性のいずれかが変更されたときに、指定したオブジェクトに対して呼び出されるセレクターを登録します。

(継承元 UIView)
RegisterForTraitChanges(Type[], Selector)

指定した特性のいずれかが変更されたときに、現在のオブジェクトで呼び出されるセレクターを登録します。

(継承元 UIView)
RegisterForTraitChanges<T>(Action<IUITraitEnvironment,UITraitCollection>)

指定した特性が変更されたときに実行されるコールバック ハンドラーを登録します。

(継承元 UIView)
RegisterForTraitChanges<T1,T2,T3,T4>(Action<IUITraitEnvironment,UITraitCollection>)

指定した特性のいずれかが変更されたときに実行されるコールバック ハンドラーを登録します。

(継承元 UIView)
RegisterForTraitChanges<T1,T2,T3>(Action<IUITraitEnvironment,UITraitCollection>)

指定した特性のいずれかが変更されたときに実行されるコールバック ハンドラーを登録します。

(継承元 UIView)
RegisterForTraitChanges<T1,T2>(Action<IUITraitEnvironment,UITraitCollection>)

指定した特性のいずれかが変更されたときに実行されるコールバック ハンドラーを登録します。

(継承元 UIView)
ReloadInputViews() (継承元 UIResponder)
RemoteControlReceived(UIEvent) (継承元 UIResponder)
RemoveAction(String, UIControlEvent) (継承元 UIControl)
RemoveAction(UIAction, UIControlEvent) (継承元 UIControl)
RemoveConstraint(NSLayoutConstraint) (継承元 UIView)
RemoveConstraints(NSLayoutConstraint[]) (継承元 UIView)
RemoveDictationResultPlaceholder(NSObject, Boolean)

placeholderは不要です。

RemoveFromSuperview() (継承元 UIView)
RemoveGestureRecognizer(UIGestureRecognizer) (継承元 UIView)
RemoveInteraction(IUIInteraction) (継承元 UIView)
RemoveLayoutGuide(UILayoutGuide) (継承元 UIView)
RemoveMotionEffect(UIMotionEffect) (継承元 UIView)
RemoveObserver(NSObject, NSString, IntPtr) (継承元 NSObject)
RemoveObserver(NSObject, NSString) (継承元 NSObject)
RemoveObserver(NSObject, String, IntPtr) (継承元 NSObject)
RemoveObserver(NSObject, String) (継承元 NSObject)
RemoveTarget(EventHandler, UIControlEvent)

指定したイベント リストの以前にインストールされたイベント ハンドラーを削除します。

(継承元 UIControl)
RemoveTarget(NSObject, Selector, UIControlEvent) (継承元 UIControl)
RemoveTextPlaceholder(UITextPlaceholder)
Rename(NSObject) (継承元 UIResponder)
ReplaceRange(UITextRange, NSAttributedString)
ReplaceText(UITextRange, String)

指定した範囲内のドキュメント テキストを置き換えます。

ResignFirstResponder() (継承元 UIResponder)
ResizableSnapshotView(CGRect, Boolean, UIEdgeInsets) (継承元 UIView)
RespondsToSelector(Selector) (継承元 NSObject)
RestoreUserActivityState(NSUserActivity) (継承元 UIResponder)
RightViewRect(CGRect)
SafeAreaInsetsDidChange() (継承元 UIView)
Select(NSObject) (継承元 UIResponder)
SelectAll(NSObject) (継承元 UIResponder)
SendAction(Selector, NSObject, UIEvent) (継承元 UIControl)
SendAction(UIAction) (継承元 UIControl)
SendActionForControlEvents(UIControlEvent) (継承元 UIControl)
SendSubviewToBack(UIView) (継承元 UIView)
SetAttributedMarkedText(NSAttributedString, NSRange)
SetBaseWritingDirectionforRange(NSWritingDirection, UITextRange)

指定したテキスト範囲に書き込むための基本方向を設定します。

SetContentCompressionResistancePriority(Single, UILayoutConstraintAxis) (継承元 UIView)
SetContentHuggingPriority(Single, UILayoutConstraintAxis) (継承元 UIView)
SetEffectiveRadius(UIRectCorner) (継承元 UIView)
SetMarkedText(String, NSRange)

マークされたテキストを設定し、現在の選択範囲としてマークします。

SetNeedsDisplay() (継承元 UIView)
SetNeedsDisplayInRect(CGRect) (継承元 UIView)
SetNeedsFocusUpdate()

thisがアクティブなフォーカス環境である場合は、フォーカスの更新を要求します。これは、PreferredFocusedViewを変更する可能性があります。 ( UpdateFocusIfNeeded()も参照)。

(継承元 UIView)
SetNeedsLayout() (継承元 UIView)
SetNeedsUpdateConstraints() (継承元 UIView)
SetNeedsUpdateProperties() (継承元 UIView)
SetNilValueForKey(NSString) (継承元 NSObject)
SetValueForKey(NSObject, NSString) (継承元 NSObject)
SetValueForKeyPath(NativeHandle, NSString)

特定のキー パスによって識別されるプロパティの値を、指定された値に設定します。

(継承元 NSObject)
SetValueForKeyPath(NSObject, NSString) (継承元 NSObject)
SetValueForUndefinedKey(NSObject, NSString) (継承元 NSObject)
SetValuesForKeysWithDictionary(NSDictionary) (継承元 NSObject)
ShouldChangeTextInRange(UITextRange, String)

inRange内のテキストをreplacementTextに置き換える必要があるかどうかを確認します。

ShouldUpdateFocus(UIFocusUpdateContext)

現在のオブジェクトがフォーカスを失うか受け取る前に呼び出されます。 いずれかのフォーカス環境で falseが返された場合、フォーカスの更新は取り消されます。

(継承元 UIView)
ShowWritingTools(NSObject) (継承元 UIResponder)
SizeThatFits(CGSize) (継承元 UIView)
SizeToFit() (継承元 UIView)
SnapshotView(Boolean) (継承元 UIView)
SubviewAdded(UIView) (継承元 UIView)
SystemLayoutSizeFittingSize(CGSize, Single, Single) (継承元 UIView)
SystemLayoutSizeFittingSize(CGSize) (継承元 UIView)
TextInRange(UITextRange)

特定の範囲内で指定されたすべてのテキストを取得します。

TextRect(CGRect)
TintColorDidChange() (継承元 UIView)
ToggleBoldface(NSObject) (継承元 UIResponder)
ToggleInspector(NSObject) (継承元 UIResponder)
ToggleItalics(NSObject) (継承元 UIResponder)
ToggleSidebar(NSObject) (継承元 UIResponder)
ToggleUnderline(NSObject) (継承元 UIResponder)
ToString()

現在のインスタンスの値の文字列形式を返します。

(継承元 NSObject)
TouchesBegan(NSSet, UIEvent) (継承元 UIResponder)
TouchesCancelled(NSSet, UIEvent) (継承元 UIResponder)
TouchesEnded(NSSet, UIEvent) (継承元 UIResponder)
TouchesEstimatedPropertiesUpdated(NSSet) (継承元 UIResponder)
TouchesMoved(NSSet, UIEvent) (継承元 UIResponder)
TraitCollectionDidChange(UITraitCollection)

変更された環境を記述する特性コレクション。

(継承元 UIView)
UnmarkText()

文書内で現在マークされているすべてのテキストのマークを解除します

UnregisterForTraitChanges(IUITraitChangeRegistration) (継承元 UIView)
UpdateConstraints() (継承元 UIView)
UpdateConstraintsIfNeeded() (継承元 UIView)
UpdateFloatingCursor(CGPoint)

浮動キュレーターを指定した pointに移動します。

UpdateFocusIfNeeded()

フォーカス環境に保留中の更新がある場合、このメソッドはフォーカスの即時更新を強制します。 SetNeedsFocusUpdate()とは異なり、このメソッドは、現在フォーカスが含まれているかどうかにかかわらず、任意のIUIFocusEnvironmentによって呼び出される可能性があります。

(継承元 UIView)
UpdateProperties() (継承元 UIView)
UpdatePropertiesIfNeeded() (継承元 UIView)
UpdateTextAttributes(UITextAttributesConversionHandler) (継承元 UIResponder)
UpdateTraitsIfNeeded() (継承元 UIView)
UpdateUserActivityState(NSUserActivity) (継承元 UIResponder)
UseSelectionForFind(NSObject) (継承元 UIResponder)
ValidateCommand(UICommand) (継承元 UIResponder)
ValueForKey(NSString) (継承元 NSObject)
ValueForKeyPath(NSString) (継承元 NSObject)
ValueForUndefinedKey(NSString) (継承元 NSObject)
ViewWithTag(IntPtr)

tagによって識別されるUIViewを返します。 nullを返す場合があります。

(継承元 UIView)
WillChange(NSKeyValueChange, NSIndexSet, NSString) (継承元 NSObject)
WillChange(NSString, NSKeyValueSetMutationKind, NSSet) (継承元 NSObject)
WillChangeValue(String) (継承元 NSObject)
WillDismissEditMenu(IUIEditMenuInteractionAnimating)
WillDisplayMenu(UIContextMenuInteraction, UIContextMenuConfiguration, IUIContextMenuInteractionAnimating) (継承元 UIControl)
WillDrawLayer(CALayer)

layerが描画されるときに呼び出されるメソッド。

(継承元 UIView)
WillEnd(UIContextMenuInteraction, UIContextMenuConfiguration, IUIContextMenuInteractionAnimating) (継承元 UIControl)
WillMoveToSuperview(UIView) (継承元 UIView)
WillMoveToWindow(UIWindow) (継承元 UIView)
WillPerformPreviewAction(UIContextMenuInteraction, UIContextMenuConfiguration, IUIContextMenuInteractionCommitAnimating) (継承元 UIControl)
WillPresentEditMenu(IUIEditMenuInteractionAnimating)
WillPresentWritingTools()
WillRemoveSubview(UIView) (継承元 UIView)

イベント

名前 説明
AllEditingEvents

編集イベントに対して発生します。

(継承元 UIControl)
AllEvents

任意のイベントに対して発生します。

(継承元 UIControl)
AllTouchEvents

タッチ イベントに対して発生します。

(継承元 UIControl)
DidChangeSelection

テキストの選択が変更されたときに発生します。

EditingChanged

編集値が変更されたときに発生します。

(継承元 UIControl)
EditingDidBegin

編集が開始されたときに発生します。

(継承元 UIControl)
EditingDidEnd

編集が終了したときに発生します。

(継承元 UIControl)
EditingDidEndOnExit

編集が終了し、ユーザーがコントロールを終了したときに発生します。

(継承元 UIControl)
Ended

編集が終了したときに発生します。

EndedWithReason

編集終了時に発生するイベント。

PrimaryActionTriggered

この UIControl に関連付けられているプライマリ アクションがトリガーされたときに発生します。

(継承元 UIControl)
Started

編集が開始されたときに発生します。

TouchCancel

タッチ イベントが取り消されたときに発生します。

(継承元 UIControl)
TouchDown

ユーザーがコントロールにタッチしたときに発生します。

(継承元 UIControl)
TouchDownRepeat

ユーザーがコントロールをダブルタップしたときに発生します。

(継承元 UIControl)
TouchDragEnter

TouchDragEnter イベントで発生します。

(継承元 UIControl)
TouchDragExit

TouchDragExit イベントで発生します。

(継承元 UIControl)
TouchDragInside

TouchDragInside イベントで発生します。

(継承元 UIControl)
TouchDragOutside

TouchDragOutside イベントで発生します。

(継承元 UIControl)
TouchUpInside

TouchUpInside イベントで発生します。

(継承元 UIControl)
TouchUpOutside

TouchUpOutside イベントで発生します。

(継承元 UIControl)
ValueChanged

値が変更されたときに発生します。

(継承元 UIControl)

拡張メソッド

名前 説明
AccessibilityHitTest(NSObject, CGPoint, UIEvent)
ActionForLayer(ICALayerDelegate, CALayer, String)
AlignCenter(IUIResponderStandardEditActions, NSObject)
AlignJustified(IUIResponderStandardEditActions, NSObject)
AlignLeft(IUIResponderStandardEditActions, NSObject)
AlignRight(IUIResponderStandardEditActions, NSObject)
BeginFloatingCursor(IUITextInput, CGPoint)

指定した pointでのフローティング カーソルの表示を開始します。

BrowserAccessibilityDeleteTextAtCursor(NSObject, IntPtr)
BrowserAccessibilityInsertTextAtCursor(NSObject, String)
CanPaste(IUIPasteConfigurationSupporting, NSItemProvider[])

レスポンダーが指定したアイテム プロバイダーから貼り付けることができる場合は、 true を返します。

Copy(IUIResponderStandardEditActions, NSObject)
Cut(IUIResponderStandardEditActions, NSObject)
DecreaseSize(IUIResponderStandardEditActions, NSObject)
Delete(IUIResponderStandardEditActions, NSObject)
DictationRecognitionFailed(IUITextInput)

ディクテーションの認識に失敗しました。

DictationRecordingDidEnd(IUITextInput)

ディクテーションの記録は終了しました。

DidDismissWritingTools(IUITextInput)
DidHintFocusMovement(IUIFocusItem, UIFocusMovementHint)

フォーカスの変更が間もなく発生する可能性がある場合に呼び出されます。

DisplayLayer(ICALayerDelegate, CALayer)
DrawLayer(ICALayerDelegate, CALayer, CGContext)
Duplicate(IUIResponderStandardEditActions, NSObject)
EndEditing(UIView, Boolean)
EndFloatingCursor(IUITextInput)

フローティング カーソルの表示を終了します。

Export(IUIResponderStandardEditActions, NSObject)
Find(IUIResponderStandardEditActions, NSObject)
FindAndReplace(IUIResponderStandardEditActions, NSObject)
FindNext(IUIResponderStandardEditActions, NSObject)
FindPrevious(IUIResponderStandardEditActions, NSObject)
GetAccessibilityCustomRotors(NSObject)

オブジェクトに適 UIAccessibilityCustomRotor オブジェクトの配列 this 取得します。

GetAccessibilityLineEndPositionFromCurrentSelection(NSObject)
GetAccessibilityLineRangeForPosition(NSObject, IntPtr)
GetAccessibilityLineStartPositionFromCurrentSelection(NSObject)
GetAccessibilityNextTextNavigationElement(NSObject)
GetAccessibilityNextTextNavigationElementBlock(NSObject)
GetAccessibilityPreviousTextNavigationElement(NSObject)
GetAccessibilityPreviousTextNavigationElementBlock(NSObject)
GetAccessibilityTextInputResponder(NSObject)
GetAccessibilityTextInputResponderHandler(NSObject)
GetAllowedWritingToolsResultOptions(IUITextInputTraits)
GetAllowsNumberPadPopover(IUITextInputTraits)
GetAttributedText(IUITextInput, UITextRange)
GetAutocapitalizationType(IUITextInputTraits)

IUITextInputによって使用されるUITextAutocapitalizationType

GetAutocorrectionType(IUITextInputTraits)

IUITextInputによって使用されるUITextAutocorrectionType

GetBrowserAccessibilityAttributedValue(NSObject, NSRange)
GetBrowserAccessibilityContainerType(NSObject)
GetBrowserAccessibilityCurrentStatus(NSObject)
GetBrowserAccessibilityHasDomFocus(NSObject)
GetBrowserAccessibilityIsRequired(NSObject)
GetBrowserAccessibilityPressedState(NSObject)
GetBrowserAccessibilityRoleDescription(NSObject)
GetBrowserAccessibilitySelectedTextRange(NSObject)
GetBrowserAccessibilitySortDirection(NSObject)
GetBrowserAccessibilityValue(NSObject, NSRange)
GetCaretTransform(IUITextInput, UITextPosition)
GetCharacterOffsetOfPosition(IUITextInput, UITextPosition, UITextRange)

ドキュメント内のposition文字のrangeにオフセットを計算して返します。

GetCollisionBoundingPath(IUIDynamicItem)

衝突検出に使用される閉じたパスを返します。

GetCollisionBoundsType(IUIDynamicItem)

競合の境界を指定する方法を示す値を返します。

GetConversationContext(IUITextInputTraits)
GetDebugDescription(INSObjectProtocol)
GetDismissalPreview(IUIContextMenuInteractionDelegate, UIContextMenuInteraction, UIContextMenuConfiguration, INSCopying)
GetEditable(IUITextInput)
GetEditMenu(IUITextInput, UITextRange, UIMenuElement[])
GetEnablesReturnKeyAutomatically(IUITextInputTraits)

戻りキーが自動的に有効になっているかどうか。

GetFocusEffect(IUIFocusItem)
GetFocusGroupIdentifier(IUIFocusEnvironment)
GetFocusGroupPriority(IUIFocusItem)
GetFocusItemDeferralMode(IUIFocusItem)
GetFrame(IUIPopoverPresentationControllerSourceItem, UIView)
GetFrameForDictationResultPlaceholder(IUITextInput, NSObject)

アニメーション化されたディクテーション結果プレースホルダーを表示する四角形を返します。

GetHandle(INativeObject)
GetHighlightPreview(IUIContextMenuInteractionDelegate, UIContextMenuInteraction, UIContextMenuConfiguration, INSCopying)
GetInlinePredictionType(IUITextInputTraits)
GetIsTransparentFocusItem(IUIFocusItem)
GetKeyboardAppearance(IUITextInputTraits)

によって使用されるUIKeyboardAppearanceIUITextInput

GetKeyboardType(IUITextInputTraits)

IUITextInputによって使用されるUIKeyboardType

GetMathExpressionCompletionType(IUITextInputTraits)
GetNonNullHandle(INativeObject, String)
GetPasswordRules(IUITextInputTraits)

パスワード入力規則。

GetPencilKitResponderState(UIResponder)
GetPosition(IUITextInput, UITextRange, IntPtr)

withinRangeatCharacterOffset文字であるドキュメント内の絶対位置を計算して返します。

GetPreferredFocusedView(IUIFocusEnvironment)

nullしない場合は、既定でフォーカスを受け取る子UIViewを示します。

GetPreviewForDismissingMenu(IUIContextMenuInteractionDelegate, UIContextMenuInteraction, UIContextMenuConfiguration)
GetPreviewForHighlightingMenu(IUIContextMenuInteractionDelegate, UIContextMenuInteraction, UIContextMenuConfiguration)
GetReturnKeyType(IUITextInputTraits)

IUITextInputの戻りキーの形式。

GetSecureTextEntry(IUITextInputTraits)

入力したテキストを非表示にする必要があるかどうか。

GetSelectionAffinity(IUITextInput)

カーソルを複数行選択の最後の行の先頭に表示するか、または 2 行目から最後の行の末尾に表示するかを制御する値。

GetSmartDashesType(IUITextInputTraits)

スマート ダッシュ スタイル。

GetSmartInsertDeleteType(IUITextInputTraits)

スマート挿入スタイル。

GetSmartQuotesType(IUITextInputTraits)

スマートクォート スタイル。

GetSoundIdentifier(IUIFocusEnvironment, UIFocusUpdateContext)
GetSpellCheckingType(IUITextInputTraits)

スペル チェックがオンかオフか、オートコンプリートが有効になっている場合にのみスペル チェックが有効になるかを示す値を取得または設定します (既定値)。

GetSupportsAdaptiveImageGlyph(IUITextInput)
GetTextContentType(IUITextInputTraits)

たとえば、システムがカスタム キーボードを提供できるようにする、予期される入力のセマンティック。

GetTextInputView(IUITextInput)

テキスト入力内のジオメトリ操作の座標系を提供する入力ビューを返します。

GetTextStyling(IUITextInput, UITextPosition, UITextStorageDirection)

atPosition位置にあるテキストのスタイル プロパティのディクショナリを返します。

GetUnobscuredContentRect(IUITextInput)
GetWritingToolsBehavior(IUITextInputTraits)
IncreaseSize(IUIResponderStandardEditActions, NSObject)
InsertAdaptiveImageGlyph(IUITextInput, NSAdaptiveImageGlyph, UITextRange)
InsertAttributedText(IUITextInput, NSAttributedString)
InsertDictationResult(IUITextInput, NSArray)

ディクテーション結果を現在の位置に挿入します。

InsertDictationResultPlaceholder(IUITextInput)

ディクテーション結果の生成が完了する前に使用するプレースホルダー オブジェクトを返します。

InsertInputSuggestion(IUITextInput, UIInputSuggestion)
InsertText(IUITextInput, String, String[], UITextAlternativeStyle)
InsertTextPlaceholder(IUITextInput, CGSize)
LayoutSublayersOfLayer(ICALayerDelegate, CALayer)
MakeTextWritingDirectionLeftToRight(IUIResponderStandardEditActions, NSObject)
MakeTextWritingDirectionRightToLeft(IUIResponderStandardEditActions, NSObject)
Move(IUIResponderStandardEditActions, NSObject)
NewFromPasteboard(IUIResponderStandardEditActions, NSObject)
Paste(IUIPasteConfigurationSupporting, NSItemProvider[])

貼り付けを実行します。

Paste(IUIResponderStandardEditActions, NSObject)
PasteAndGo(IUIResponderStandardEditActions, NSObject)
PasteAndMatchStyle(IUIResponderStandardEditActions, NSObject)
PasteAndSearch(IUIResponderStandardEditActions, NSObject)
PerformClose(IUIResponderStandardEditActions, NSObject)
Print(IUIResponderStandardEditActions, NSObject)
ProvideImageData(NSObject, IntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)
ProvideImageToMTLTexture(NSObject, IMTLTexture, IMTLCommandBuffer, UIntPtr, UIntPtr, UIntPtr, UIntPtr, NSObject)
RegisterForTraitChanges(IUITraitChangeObservable, Class[], Action<IUITraitEnvironment,UITraitCollection>)
RegisterForTraitChanges(IUITraitChangeObservable, Class[], NSObject, Selector)
RegisterForTraitChanges(IUITraitChangeObservable, Class[], Selector)
RegisterForTraitChanges(IUITraitChangeObservable, IUITraitDefinition[], Action<IUITraitEnvironment,UITraitCollection>)
RegisterForTraitChanges(IUITraitChangeObservable, IUITraitDefinition[], NSObject, Selector)
RegisterForTraitChanges(IUITraitChangeObservable, IUITraitDefinition[], Selector)
RemoveDictationResultPlaceholder(IUITextInput, NSObject, Boolean)

placeholderは不要です。

RemoveTextPlaceholder(IUITextInput, UITextPlaceholder)
Rename(IUIResponderStandardEditActions, NSObject)
ReplaceRange(IUITextInput, UITextRange, NSAttributedString)
Select(IUIResponderStandardEditActions, NSObject)
SelectAll(IUIResponderStandardEditActions, NSObject)
SetAccessibilityCustomRotors(NSObject, UIAccessibilityCustomRotor[])

オブジェクトに適 UIAccessibilityCustomRotor オブジェクトの配列 this 設定します。

SetAccessibilityNextTextNavigationElement(NSObject, NSObject)
SetAccessibilityNextTextNavigationElementBlock(NSObject, AXObjectReturnBlock)
SetAccessibilityPreviousTextNavigationElement(NSObject, NSObject)
SetAccessibilityPreviousTextNavigationElementBlock(NSObject, AXObjectReturnBlock)
SetAccessibilityTextInputResponder(NSObject, IUITextInput)
SetAccessibilityTextInputResponderHandler(NSObject, UITextInputReturnHandler)
SetAllowedWritingToolsResultOptions(IUITextInputTraits, UIWritingToolsResultOptions)
SetAllowsNumberPadPopover(IUITextInputTraits, Boolean)
SetAttributedMarkedText(IUITextInput, NSAttributedString, NSRange)
SetAutocapitalizationType(IUITextInputTraits, UITextAutocapitalizationType)

IUITextInputによって使用されるUITextAutocapitalizationType

SetAutocorrectionType(IUITextInputTraits, UITextAutocorrectionType)

IUITextInputによって使用されるUITextAutocorrectionType

SetBrowserAccessibilityContainerType(NSObject, BEAccessibilityContainerType)
SetBrowserAccessibilityCurrentStatus(NSObject, String)
SetBrowserAccessibilityHasDomFocus(NSObject, Boolean)
SetBrowserAccessibilityIsRequired(NSObject, Boolean)
SetBrowserAccessibilityPressedState(NSObject, BEAccessibilityPressedState)
SetBrowserAccessibilityRoleDescription(NSObject, String)
SetBrowserAccessibilitySelectedTextRange(NSObject, NSRange)
SetBrowserAccessibilitySortDirection(NSObject, String)
SetConversationContext(IUITextInputTraits, UIConversationContext)
SetEnablesReturnKeyAutomatically(IUITextInputTraits, Boolean)

戻りキーが自動的に有効になっているかどうか。

SetInlinePredictionType(IUITextInputTraits, UITextInlinePredictionType)
SetKeyboardAppearance(IUITextInputTraits, UIKeyboardAppearance)

によって使用されるUIKeyboardAppearanceIUITextInput

SetKeyboardType(IUITextInputTraits, UIKeyboardType)

IUITextInputによって使用されるUIKeyboardType

SetMathExpressionCompletionType(IUITextInputTraits, UITextMathExpressionCompletionType)
SetPasswordRules(IUITextInputTraits, UITextInputPasswordRules)

パスワード入力規則。

SetReturnKeyType(IUITextInputTraits, UIReturnKeyType)

IUITextInputの戻りキーの形式。

SetSecureTextEntry(IUITextInputTraits, Boolean)

入力したテキストを非表示にする必要があるかどうか。

SetSelectionAffinity(IUITextInput, UITextStorageDirection)

カーソルを複数行選択の最後の行の先頭に表示するか、または 2 行目から最後の行の末尾に表示するかを制御する値。

SetSharedObservers(NSObject, NSKeyValueSharedObserversSnapshot)
SetSmartDashesType(IUITextInputTraits, UITextSmartDashesType)

スマート ダッシュ スタイル。

SetSmartInsertDeleteType(IUITextInputTraits, UITextSmartInsertDeleteType)

スマート挿入スタイル。

SetSmartQuotesType(IUITextInputTraits, UITextSmartQuotesType)

スマートクォート スタイル。

SetSpellCheckingType(IUITextInputTraits, UITextSpellCheckingType)

スペル チェックがオンかオフか、オートコンプリートが有効になっている場合にのみスペル チェックが有効になるかを示す値を取得または設定します (既定値)。

SetSupportsAdaptiveImageGlyph(IUITextInput, Boolean)
SetTextContentType(IUITextInputTraits, NSString)

たとえば、システムがカスタム キーボードを提供できるようにする、予期される入力のセマンティック。

SetWritingToolsBehavior(IUITextInputTraits, UIWritingToolsBehavior)
ShouldChangeTextInRange(IUITextInput, UITextRange, String)

inRange内のテキストをreplacementTextに置き換える必要があるかどうかを確認します。

ShowWritingTools(IUIResponderStandardEditActions, NSObject)
ToggleBoldface(IUIResponderStandardEditActions, NSObject)
ToggleInspector(IUIResponderStandardEditActions, NSObject)
ToggleItalics(IUIResponderStandardEditActions, NSObject)
ToggleSidebar(IUIResponderStandardEditActions, NSObject)
ToggleUnderline(IUIResponderStandardEditActions, NSObject)
UpdateFloatingCursor(IUITextInput, CGPoint)

浮動キュレーターを指定した pointに移動します。

UpdateTextAttributes(IUIResponderStandardEditActions, UITextAttributesConversionHandler)
UseSelectionForFind(IUIResponderStandardEditActions, NSObject)
WillDismissEditMenu(IUITextInput, IUIEditMenuInteractionAnimating)
WillDisplayMenu(IUIContextMenuInteractionDelegate, UIContextMenuInteraction, UIContextMenuConfiguration, IUIContextMenuInteractionAnimating)
WillDrawLayer(ICALayerDelegate, CALayer)

layerが描画されるときに呼び出されるメソッド。

WillEnd(IUIContextMenuInteractionDelegate, UIContextMenuInteraction, UIContextMenuConfiguration, IUIContextMenuInteractionAnimating)
WillPerformPreviewAction(IUIContextMenuInteractionDelegate, UIContextMenuInteraction, UIContextMenuConfiguration, IUIContextMenuInteractionCommitAnimating)
WillPresentEditMenu(IUITextInput, IUIEditMenuInteractionAnimating)
WillPresentWritingTools(IUITextInput)

適用対象