xamarinmac
namespace PhotosUI
{
[Advice("This API is not available when using UIKit on macOS.")]
[Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
[Protocol(Name = "PHContentEditingController", WrapperType = typeof(PHContentEditingControllerWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "CancelContentEditing", Selector = "cancelContentEditing")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "StartContentEditing", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(PHContentEditingInput), typeof(NSImage) }, Selector = "startContentEditingWithInput:placeholderImage:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "CanHandleAdjustmentData", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(PHAdjustmentData) }, ReturnType = typeof(bool), Selector = "canHandleAdjustmentData:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "FinishContentEditing", ParameterBlockProxy = new[] { typeof(NIDActionArity1V72) }, ParameterByRef = new[] { false }, ParameterType = new[] { typeof(Action<PHContentEditingOutput>) }, Selector = "finishContentEditingWithCompletionHandler:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "shouldShowCancelConfirmation", IsProperty = true, IsRequired = true, IsStatic = false, Name = "ShouldShowCancelConfirmation", PropertyType = typeof(bool), Selector = "shouldShowCancelConfirmation")]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.MacCatalyst, PlatformArchitecture.All, null)]
public interface IPHContentEditingController : INativeObject, IDisposable
{
[Preserve(Conditional = true)]
bool ShouldShowCancelConfirmation
{
[Export("shouldShowCancelConfirmation")]
get;
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |