IBETextInput
AttributedMarkedText
AutomaticallyPresentEditMenu
Editable
ExtendedTextInputTraits
HasMarkedText
MarkedText
MarkedTextRange
ReplaceAllowed
SelectedText
SelectedTextRange
SelectionAtDocumentStart
SelectionClipRect
TextFirstRect
TextInputView
TextLastRect
UnobscuredContentRect
UnscaledView
WeakAsyncInputDelegate
AddTextAlternatives(BETextAlternatives)
AdjustSelection(BEDirectionalTextRange, Action)
AdjustSelectionBoundary(CGPoint, BESelectionTouchPhase, Boolean, BESelectionFlags)
Autoscroll(CGPoint)
CancelAutoscroll()
CanPerformAction(Selector, NSObject)
Delete(UITextStorageDirection, UITextGranularity)
DidInsertFinalDictationResult()
GetAlternativesForSelectedText()
GetCaretRect(UITextPosition)
GetOffset(UITextPosition, UITextPosition)
GetSelectionRects(UITextRange)
GetText(UITextRange)
GetTextStyling(UITextPosition, UITextStorageDirection)
HandleKeyEntry(BEKeyEntry, BETextInputHandleKeyEntryCallback)
InsertTextAlternatives(BETextAlternatives)
InsertTextPlaceholder(CGSize, Action<UITextPlaceholder>)
InsertTextSuggestion(BETextSuggestion)
IsPointNearMarkedText(CGPoint)
KeyboardWillDismiss()
Move(nint)
MoveSelectionAtBoundary(UITextGranularity, UITextStorageDirection, Action)
RemoveTextAlternatives()
RemoveTextPlaceholder(UITextPlaceholder, Boolean, Action)
ReplaceDictatedText(String, String)
ReplaceSelectedText(String, String)
ReplaceText(String, String, BETextReplacementOptions, BETextInputReplaceTextCallback)
RequestDocumentContext(BETextDocumentRequest, Action<BETextDocumentContext>)
RequestPreferredArrowDirectionForEditMenuWithCompletionHandler(Action<UIEditMenuArrowDirection>)
RequestTextContextForAutocorrection(BETextInputRequestTextContextForAutocorrectionCallback)
RequestTextRects(String, BETextInputRequestTextRectsCallback)
SelectPosition(CGPoint, Action)
SelectPosition(CGPoint, BETextDocumentRequest, Action<BETextDocumentContext>)
SelectText(UITextGranularity, CGPoint, Action)
SelectTextForEditMenu(CGPoint, Action<Boolean, NSString, NSRange>)
SelectWordForReplacement()
SetAttributedMarkedText(NSAttributedString, NSRange)
SetBaseWritingDirection(NSWritingDirection, UITextRange)
SetMarkedText(String, NSRange)
SetSelection(CGPoint, CGPoint, BEGestureType, UIGestureRecognizerState)
ShiftKeyStateChanged(BEKeyModifierFlags, BEKeyModifierFlags)
ShouldTextInteractionGestureBeginAtPoint(BEGestureType, CGPoint)
SystemWillDismissEditMenu(IUIEditMenuInteractionAnimating)
SystemWillPresentEditMenu(IUIEditMenuInteractionAnimating)
TransposeCharactersAroundSelection()
UnmarkText()
UpdateCurrentSelection(CGPoint, BEGestureType, UIGestureRecognizerState)
UpdateSelection(CGPoint, UITextGranularity, Action<Boolean>)
WillInsertFinalDictationResult()
net10.0-ios17.2
namespace BrowserEngineKit
{
[Protocol(BackwardsCompatibleCodeGeneration = false, Name = "BETextInput", WrapperType = typeof(BETextInputWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "TransposeCharactersAroundSelection", Selector = "transposeCharactersAroundSelection")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SelectWordForReplacement", Selector = "selectWordForReplacement")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "UnmarkText", Selector = "unmarkText")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "WillInsertFinalDictationResult", Selector = "willInsertFinalDictationResult")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidInsertFinalDictationResult", Selector = "didInsertFinalDictationResult")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RemoveTextAlternatives", Selector = "removeTextAlternatives")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "CancelAutoscroll", Selector = "cancelAutoscroll")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "KeyboardWillDismiss", Selector = "keyboardWillDismiss")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetAlternativesForSelectedText", ReturnType = typeof(BETextAlternatives[]), Selector = "alternativesForSelectedText")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ShiftKeyStateChanged", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(BEKeyModifierFlags), typeof(BEKeyModifierFlags) }, Selector = "shiftKeyStateChangedFromState:toState:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SetBaseWritingDirection", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSWritingDirection), typeof(UITextRange) }, Selector = "setBaseWritingDirection:forRange:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Delete", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITextStorageDirection), typeof(UITextGranularity) }, Selector = "deleteInDirection:toGranularity:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SystemWillPresentEditMenu", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(IUIEditMenuInteractionAnimating) }, Selector = "systemWillPresentEditMenuWithAnimator:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SystemWillDismissEditMenu", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(IUIEditMenuInteractionAnimating) }, Selector = "systemWillDismissEditMenuWithAnimator:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ReplaceSelectedText", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(string), typeof(string) }, Selector = "replaceSelectedText:withText:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "UpdateCurrentSelection", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CGPoint), typeof(BEGestureType), typeof(UIGestureRecognizerState) }, Selector = "updateCurrentSelectionTo:fromGesture:inState:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SetSelection", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(CGPoint), typeof(CGPoint), typeof(BEGestureType), typeof(UIGestureRecognizerState) }, Selector = "setSelectionFromPoint:toPoint:gesture:state:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "AdjustSelectionBoundary", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(CGPoint), typeof(BESelectionTouchPhase), typeof(bool), typeof(BESelectionFlags) }, Selector = "adjustSelectionBoundaryToPoint:touchPhase:baseIsStart:flags:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Move", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(IntPtr) }, Selector = "moveByOffset:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SetMarkedText", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(string), typeof(NSRange) }, Selector = "setMarkedText:selectedRange:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SetAttributedMarkedText", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSAttributedString), typeof(NSRange) }, Selector = "setAttributedMarkedText:selectedRange:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ReplaceDictatedText", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(string), typeof(string) }, Selector = "replaceDictatedText:withText:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "AddTextAlternatives", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(BETextAlternatives) }, Selector = "addTextAlternatives:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "InsertTextAlternatives", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(BETextAlternatives) }, Selector = "insertTextAlternatives:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "InsertTextSuggestion", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(BETextSuggestion) }, Selector = "insertTextSuggestion:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Autoscroll", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(CGPoint) }, Selector = "autoscrollToPoint:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "CanPerformAction", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(Selector), typeof(NSObject) }, ReturnType = typeof(bool), Selector = "canPerformAction:withSender:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "HandleKeyEntry", ParameterBlockProxy = new[] { null, typeof(NIDBETextInputHandleKeyEntryCallback) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(BEKeyEntry), typeof(BETextInputHandleKeyEntryCallback) }, Selector = "handleKeyEntry:withCompletionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetText", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UITextRange) }, ReturnType = typeof(string), Selector = "textInRange:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetOffset", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITextPosition), typeof(UITextPosition) }, ReturnType = typeof(IntPtr), Selector = "offsetFromPosition:toPosition:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ReplaceText", ParameterBlockProxy = new[] { null, null, null, typeof(NIDBETextInputReplaceTextCallback) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(string), typeof(string), typeof(BETextReplacementOptions), typeof(BETextInputReplaceTextCallback) }, Selector = "replaceText:withText:options:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RequestTextContextForAutocorrection", ParameterBlockProxy = new[] { typeof(NIDBETextInputRequestTextContextForAutocorrectionCallback) }, ParameterByRef = new[] { false }, ParameterType = new[] { typeof(BETextInputRequestTextContextForAutocorrectionCallback) }, Selector = "requestTextContextForAutocorrectionWithCompletionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RequestTextRects", ParameterBlockProxy = new[] { null, typeof(NIDBETextInputRequestTextRectsCallback) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(string), typeof(BETextInputRequestTextRectsCallback) }, Selector = "requestTextRectsForString:withCompletionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RequestPreferredArrowDirectionForEditMenuWithCompletionHandler", ParameterBlockProxy = new[] { typeof(NIDActionArity1V24) }, ParameterByRef = new[] { false }, ParameterType = new[] { typeof(Action<UIEditMenuArrowDirection>) }, Selector = "requestPreferredArrowDirectionForEditMenuWithCompletionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetTextStyling", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITextPosition), typeof(UITextStorageDirection) }, ReturnType = typeof(NSDictionary<NSString, NSObject>), Selector = "textStylingAtPosition:inDirection:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ShouldTextInteractionGestureBeginAtPoint", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(BEGestureType), typeof(CGPoint) }, ReturnType = typeof(bool), Selector = "textInteractionGesture:shouldBeginAtPoint:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetCaretRect", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UITextPosition) }, ReturnType = typeof(CGRect), Selector = "caretRectForPosition:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetSelectionRects", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UITextRange) }, ReturnType = typeof(UITextSelectionRect[]), Selector = "selectionRectsForRange:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "UpdateSelection", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity1V4) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CGPoint), typeof(UITextGranularity), typeof(Action<bool>) }, Selector = "updateSelectionWithExtentPoint:boundary:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SelectText", ParameterBlockProxy = new[] { null, null, typeof(NIDAction) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITextGranularity), typeof(CGPoint), typeof(Action) }, Selector = "selectTextInGranularity:atPoint:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SelectPosition", ParameterBlockProxy = new[] { null, typeof(NIDAction) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CGPoint), typeof(Action) }, Selector = "selectPositionAtPoint:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SelectPosition", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity1V25) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CGPoint), typeof(BETextDocumentRequest), typeof(Action<BETextDocumentContext>) }, Selector = "selectPositionAtPoint:withContextRequest:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "AdjustSelection", ParameterBlockProxy = new[] { null, typeof(NIDAction) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(BEDirectionalTextRange), typeof(Action) }, Selector = "adjustSelectionByRange:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "MoveSelectionAtBoundary", ParameterBlockProxy = new[] { null, null, typeof(NIDAction) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITextGranularity), typeof(UITextStorageDirection), typeof(Action) }, Selector = "moveSelectionAtBoundary:inStorageDirection:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SelectTextForEditMenu", ParameterBlockProxy = new[] { null, typeof(NIDActionArity3V1) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CGPoint), typeof(Action<bool, NSString, NSRange>) }, Selector = "selectTextForEditMenuWithLocationInView:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "IsPointNearMarkedText", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(CGPoint) }, ReturnType = typeof(bool), Selector = "isPointNearMarkedText:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RequestDocumentContext", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V25) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(BETextDocumentRequest), typeof(Action<BETextDocumentContext>) }, Selector = "requestDocumentContext:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "InsertTextPlaceholder", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V26) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CGSize), typeof(Action<UITextPlaceholder>) }, Selector = "insertTextPlaceholderWithSize:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RemoveTextPlaceholder", ParameterBlockProxy = new[] { null, null, typeof(NIDAction) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITextPlaceholder), typeof(bool), typeof(Action) }, Selector = "removeTextPlaceholder:willInsertText:completionHandler:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isEditable", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Editable", PropertyType = typeof(bool), Selector = "editable")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "automaticallyPresentEditMenu", IsProperty = true, IsRequired = true, IsStatic = false, Name = "AutomaticallyPresentEditMenu", PropertyType = typeof(bool), Selector = "automaticallyPresentEditMenu")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "extendedTextInputTraits", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ExtendedTextInputTraits", PropertyType = typeof(IBEExtendedTextInputTraits), Selector = "extendedTextInputTraits")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isReplaceAllowed", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ReplaceAllowed", PropertyType = typeof(bool), Selector = "replaceAllowed")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "selectedText", IsProperty = true, IsRequired = true, IsStatic = false, Name = "SelectedText", PropertyType = typeof(string), Selector = "selectedText")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isSelectionAtDocumentStart", IsProperty = true, IsRequired = true, IsStatic = false, Name = "SelectionAtDocumentStart", PropertyType = typeof(bool), Selector = "selectionAtDocumentStart")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "markedText", IsProperty = true, IsRequired = true, IsStatic = false, Name = "MarkedText", PropertyType = typeof(string), Selector = "markedText")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "attributedMarkedText", IsProperty = true, IsRequired = true, IsStatic = false, Name = "AttributedMarkedText", PropertyType = typeof(NSAttributedString), Selector = "attributedMarkedText")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "markedTextRange", IsProperty = true, IsRequired = true, IsStatic = false, Name = "MarkedTextRange", PropertyType = typeof(UITextRange), Selector = "markedTextRange")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "hasMarkedText", IsProperty = true, IsRequired = true, IsStatic = false, Name = "HasMarkedText", PropertyType = typeof(bool), Selector = "hasMarkedText")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "textInputView", IsProperty = true, IsRequired = true, IsStatic = false, Name = "TextInputView", PropertyType = typeof(UIView), Selector = "textInputView")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "textFirstRect", IsProperty = true, IsRequired = true, IsStatic = false, Name = "TextFirstRect", PropertyType = typeof(CGRect), Selector = "textFirstRect")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "textLastRect", IsProperty = true, IsRequired = true, IsStatic = false, Name = "TextLastRect", PropertyType = typeof(CGRect), Selector = "textLastRect")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "unobscuredContentRect", IsProperty = true, IsRequired = true, IsStatic = false, Name = "UnobscuredContentRect", PropertyType = typeof(CGRect), Selector = "unobscuredContentRect")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "unscaledView", IsProperty = true, IsRequired = true, IsStatic = false, Name = "UnscaledView", PropertyType = typeof(UIView), Selector = "unscaledView")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "selectionClipRect", IsProperty = true, IsRequired = true, IsStatic = false, Name = "SelectionClipRect", PropertyType = typeof(CGRect), Selector = "selectionClipRect")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Weak, GetterSelector = "asyncInputDelegate", IsProperty = true, IsRequired = true, IsStatic = false, Name = "WeakAsyncInputDelegate", PropertyType = typeof(NSObject), Selector = "asyncInputDelegate", SetterSelector = "setAsyncInputDelegate:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Copy, GetterSelector = "selectedTextRange", IsProperty = true, IsRequired = true, IsStatic = false, Name = "SelectedTextRange", PropertyType = typeof(UITextRange), Selector = "selectedTextRange", SetterSelector = "setSelectedTextRange:")]
[SupportedOSPlatform("tvos17.4")]
[SupportedOSPlatform("ios17.4")]
[UnsupportedOSPlatform("macos")]
[UnsupportedOSPlatform("maccatalyst")]
public interface IBETextInput : IBEResponderEditActions, IBETextSelectionDirectionNavigation, INativeObject, IDisposable, IUIKeyInput, IUIResponderStandardEditActions, IUITextInputTraits
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Platforms | This API is only available when you target a specific platform: |
| iOS | 10.010.110.210.311.011.111.211.311.412.012.112.212.312.413.013.113.213.313.413.513.614.014.114.214.314.414.515.015.215.416.016.116.216.417.017.2 |
| tvOS | 10.010.110.211.011.111.211.311.412.012.112.212.312.413.013.213.313.414.014.214.314.414.515.015.215.416.016.116.417.017.2 |
Information specific to net10.0-ios17.2 | |
| Assembly | Microsoft.iOS , Version=18.5.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Preview | The API is contained in a preview framework. |
| Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API