INSEditorRegistration インターフェイス

定義

[Foundation.Protocol(Name="NSEditorRegistration", WrapperType=typeof(AppKit.NSEditorRegistrationWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public interface INSEditorRegistration : IDisposable, ObjCRuntime.INativeObject
type INSEditorRegistration = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

プロパティ

Handle

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

(継承元 INativeObject)

拡張メソッド

ObjectDidBeginEditing(INSEditorRegistration, INSEditor)
ObjectDidEndEditing(INSEditorRegistration, INSEditor)

適用対象