namespace EventKit
{
[Register("EKAlarm", true)]
public class EKAlarm : EKObject, INSCopying, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Deprecated(PlatformName.MacOSX, 10, 9, PlatformArchitecture.None, null)]
public virtual NSUrl? Url
{
[Deprecated(PlatformName.MacOSX, 10, 9, PlatformArchitecture.None, null)]
[Export("url", ArgumentSemantic.Copy)]
get;
[Deprecated(PlatformName.MacOSX, 10, 9, PlatformArchitecture.None, null)]
[Export("setUrl:", ArgumentSemantic.Copy)]
set;
}
}
}
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
---|---|
Help | Documentation |
Xamarin macOS | 0.0 |
OS Platforms | The selected framework does not have platform annotations. |