xamarinios
namespace WebKit
{
[Deprecated(PlatformName.iOS, 13, 0, PlatformArchitecture.None, "Use 'TBD' instead.")]
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "WKPreviewActionItem", WrapperType = typeof(WKPreviewActionItemWrapper))]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Copy, GetterSelector = "identifier", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Identifier", PropertyType = typeof(NSString), Selector = "identifier")]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public interface IWKPreviewActionItem : INativeObject, IDisposable, IUIPreviewActionItem
{
[Preserve(Conditional = true)]
NSString! Identifier
{
[Export("identifier", ArgumentSemantic.Copy)]
get;
}
}
}
.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. |