INSTextInputClient 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[Foundation.Protocol(Name="NSTextInputClient", WrapperType=typeof(AppKit.NSTextInputClientWrapper))]
public interface INSTextInputClient : IDisposable, ObjCRuntime.INativeObject
type INSTextInputClient = interface
interface INativeObject
interface IDisposable
- 派生
-
- 属性
-
- 实现
-
属性
扩展方法
DrawsVertically(INSTextInputClient, nuint)
|
GetAttributedString(INSTextInputClient)
|
GetAttributedSubstring(INSTextInputClient, NSRange, NSRange)
|
GetBaselineDelta(INSTextInputClient, nuint)
|
GetCharacterIndex(INSTextInputClient, CGPoint)
|
GetFirstRect(INSTextInputClient, NSRange, NSRange)
|
GetFractionOfDistanceThroughGlyph(INSTextInputClient, CGPoint)
|
GetHasMarkedText(INSTextInputClient)
|
GetMarkedRange(INSTextInputClient)
|
GetSelectedRange(INSTextInputClient)
|
GetValidAttributesForMarkedText(INSTextInputClient)
|
GetWindowLevel(INSTextInputClient)
|
InsertText(INSTextInputClient, NSObject, NSRange)
|
SetMarkedText(INSTextInputClient, NSObject, NSRange, NSRange)
|
UnmarkText(INSTextInputClient)
|
适用于