UITextView.SmartQuotesType プロパティ

定義

アポストロフィの処理方法を制御する現在 UITextSmartQuotesTypeの を取得または設定します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UITextSmartQuotesType SmartQuotesType { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("smartQuotesType", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setSmartQuotesType:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.SmartQuotesType : UIKit.UITextSmartQuotesType with get, set

プロパティ値

既定値は、キーボードの種類に応じて、アポストロフィを地域固有の引用符に変更する場合があります。

属性

適用対象