xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 13, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UIMenuBuilder", WrapperType = typeof(UIMenuBuilderWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ReplaceMenu", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(string), typeof(UIMenu) }, Selector = "replaceMenuForIdentifier:withMenu:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "InsertSiblingMenuBefore", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIMenu), typeof(string) }, Selector = "insertSiblingMenu:beforeMenuForIdentifier:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "InsertSiblingMenuAfter", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIMenu), typeof(string) }, Selector = "insertSiblingMenu:afterMenuForIdentifier:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "InsertChildMenuAtStart", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIMenu), typeof(string) }, Selector = "insertChildMenu:atStartOfMenuForIdentifier:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "InsertChildMenuAtEnd", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIMenu), typeof(string) }, Selector = "insertChildMenu:atEndOfMenuForIdentifier:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RemoveMenu", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(string) }, Selector = "removeMenuForIdentifier:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetMenu", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(string) }, ReturnType = typeof(UIMenu), Selector = "menuForIdentifier:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetAction", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(string) }, ReturnType = typeof(UIAction), Selector = "actionForIdentifier:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetCommand", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(Selector), typeof(NSObject) }, ReturnType = typeof(UICommand), Selector = "commandForAction:propertyList:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ReplaceChildrenOfMenu", ParameterBlockProxy = new[] { null, typeof(NIDFuncArity2V8) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(string), typeof(Func<UIMenuElement[], UIMenuElement[]>) }, Selector = "replaceChildrenOfMenuForIdentifier:fromChildrenBlock:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "system", IsProperty = true, IsRequired = true, IsStatic = false, Name = "System", PropertyType = typeof(UIMenuSystem), Selector = "system")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public interface IUIMenuBuilder : INativeObject, IDisposable
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |