xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UIViewControllerPreviewing", WrapperType = typeof(UIViewControllerPreviewingWrapper))]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "previewingGestureRecognizerForFailureRelationship", IsProperty = true, IsRequired = true, IsStatic = false, Name = "PreviewingGestureRecognizerForFailureRelationship", PropertyType = typeof(UIGestureRecognizer), Selector = "previewingGestureRecognizerForFailureRelationship")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Assign, GetterSelector = "delegate", IsProperty = true, IsRequired = true, IsStatic = false, Name = "WeakDelegate", PropertyType = typeof(NSObject), Selector = "delegate")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "sourceView", IsProperty = true, IsRequired = true, IsStatic = false, Name = "SourceView", PropertyType = typeof(UIView), Selector = "sourceView")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "sourceRect", IsProperty = true, IsRequired = true, IsStatic = false, Name = "SourceRect", PropertyType = typeof(CGRect), Selector = "sourceRect", SetterSelector = "setSourceRect:")]
public interface IUIViewControllerPreviewing : INativeObject, IDisposable
{
[Preserve(Conditional = true)]
NSObject? WeakDelegate
{
[Export("delegate", ArgumentSemantic.Assign)]
get;
[NotImplemented]
set;
}
}
}
.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. |