net9.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.0 |
---|---|
Information specific to net9.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 net9.0-macos14.2 | |
Assembly | Microsoft.macOS , Version=14.2.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is only supported on the following platforms:
|