INSTokenFieldCellDelegate
GetCompletionStrings(NSTokenFieldCell, String, nint, nint)
GetDisplayString(NSTokenFieldCell, NSObject)
GetEditingString(NSTokenFieldCell, NSObject)
GetMenu(NSTokenFieldCell, NSObject)
GetRepresentedObject(NSTokenFieldCell, String)
GetStyle(NSTokenFieldCell, NSObject)
HasMenu(NSTokenFieldCell, NSObject)
Read(NSTokenFieldCell, NSPasteboard)
ShouldAddObjects(NSTokenFieldCell, NSObject[], nuint)
WriteRepresentedObjects(NSTokenFieldCell, NSObject[], NSPasteboard)
GetCompletionStrings(INSTokenFieldCellDelegate, NSTokenFieldCell, String, nint, nint)
GetDisplayString(INSTokenFieldCellDelegate, NSTokenFieldCell, NSObject)
GetEditingString(INSTokenFieldCellDelegate, NSTokenFieldCell, NSObject)
GetMenu(INSTokenFieldCellDelegate, NSTokenFieldCell, NSObject)
GetRepresentedObject(INSTokenFieldCellDelegate, NSTokenFieldCell, String)
GetStyle(INSTokenFieldCellDelegate, NSTokenFieldCell, NSObject)
HasMenu(INSTokenFieldCellDelegate, NSTokenFieldCell, NSObject)
Read(INSTokenFieldCellDelegate, NSTokenFieldCell, NSPasteboard)
ShouldAddObjects(INSTokenFieldCellDelegate, NSTokenFieldCell, NSObject[], nuint)
WriteRepresentedObjects(INSTokenFieldCellDelegate, NSTokenFieldCell, NSObject[], NSPasteboard)
net10.0-macos14.2
namespace AppKit
{
[Protocol(Name = "NSTokenFieldCellDelegate", WrapperType = typeof(NSTokenFieldCellDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetCompletionStrings", ParameterByRef = new[] { false, false, false, true }, ParameterType = new[] { typeof(NSTokenFieldCell), typeof(string), typeof(IntPtr), typeof(IntPtr) }, ReturnType = typeof(NSArray), Selector = "tokenFieldCell:completionsForSubstring:indexOfToken:indexOfSelectedItem:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldAddObjects", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSTokenFieldCell), typeof(NSObject[]), typeof(UIntPtr) }, ReturnType = typeof(NSArray), Selector = "tokenFieldCell:shouldAddObjects:atIndex:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetDisplayString", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSTokenFieldCell), typeof(NSObject) }, ReturnType = typeof(string), Selector = "tokenFieldCell:displayStringForRepresentedObject:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetEditingString", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSTokenFieldCell), typeof(NSObject) }, ReturnType = typeof(string), Selector = "tokenFieldCell:editingStringForRepresentedObject:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetRepresentedObject", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSTokenFieldCell), typeof(string) }, ReturnType = typeof(NSObject), Selector = "tokenFieldCell:representedObjectForEditingString:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WriteRepresentedObjects", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSTokenFieldCell), typeof(NSObject[]), typeof(NSPasteboard) }, ReturnType = typeof(bool), Selector = "tokenFieldCell:writeRepresentedObjects:toPasteboard:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Read", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSTokenFieldCell), typeof(NSPasteboard) }, ReturnType = typeof(NSObject[]), Selector = "tokenFieldCell:readFromPasteboard:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetMenu", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSTokenFieldCell), typeof(NSObject) }, ReturnType = typeof(NSMenu), Selector = "tokenFieldCell:menuForRepresentedObject:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "HasMenu", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSTokenFieldCell), typeof(NSObject) }, ReturnType = typeof(bool), Selector = "tokenFieldCell:hasMenuForRepresentedObject:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetStyle", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSTokenFieldCell), typeof(NSObject) }, ReturnType = typeof(NSTokenStyle), Selector = "tokenFieldCell:styleForRepresentedObject:")]
[SupportedOSPlatform("macos")]
[UnsupportedOSPlatform("maccatalyst")]
public interface INSTokenFieldCellDelegate : INativeObject, IDisposable
}
| .NET | 6.07.08.09.010.0 |
|---|---|
Information specific to net10.0 | |
| Platforms | This API is only available when you target a specific platform: |
| macOS | 10.1410.1510.1611.011.111.211.312.012.112.313.013.113.314.014.2 |
Information specific to net10.0-macos14.2 | |
| Assembly | Microsoft.macOS , Version=15.5.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API