次の方法で共有


NSView_NSTouchBar.GetAllowedTouchTypes(NSView) Method

Definition

[Foundation.Export("allowedTouchTypes")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSTouchTypeMask GetAllowedTouchTypes(this AppKit.NSView This);
[<Foundation.Export("allowedTouchTypes")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetAllowedTouchTypes : AppKit.NSView -> AppKit.NSTouchTypeMask

Parameters

This
NSView

The instance on which this method operates.

Returns

Attributes

Applies to