xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UIDragDropSession", WrapperType = typeof(UIDragDropSessionWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "LocationInView", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIView) }, ReturnType = typeof(CGPoint), Selector = "locationInView:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "HasConformingItems", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(string[]) }, ReturnType = typeof(bool), Selector = "hasItemsConformingToTypeIdentifiers:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "CanLoadObjects", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(Class) }, ReturnType = typeof(bool), Selector = "canLoadObjectsOfClass:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "items", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Items", PropertyType = typeof(UIDragItem[]), Selector = "items")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "allowsMoveOperation", IsProperty = true, IsRequired = true, IsStatic = false, Name = "AllowsMoveOperation", PropertyType = typeof(bool), Selector = "allowsMoveOperation")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isRestrictedToDraggingApplication", IsProperty = true, IsRequired = true, IsStatic = false, Name = "RestrictedToDraggingApplication", PropertyType = typeof(bool), Selector = "restrictedToDraggingApplication")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public interface IUIDragDropSession : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("hasItemsConformingToTypeIdentifiers:")]
[Preserve(Conditional = true)]
bool HasConformingItems(string![]! typeIdentifiers);
}
}
.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. |