xamarinmac
namespace WebKit
{
    [Deprecated(PlatformName.MacOSX, 10, 14, PlatformArchitecture.None, "No longer supported.")]
    [Protocol(Name = "WebDocumentRepresentation", WrapperType = typeof(WebDocumentRepresentationWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SetDataSource", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(WebDataSource) }, Selector = "setDataSource:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ReceivedData", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSData), typeof(WebDataSource) }, Selector = "receivedData:withDataSource:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ReceivedError", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSError), typeof(WebDataSource) }, Selector = "receivedError:withDataSource:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "FinishedLoading", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(WebDataSource) }, Selector = "finishedLoadingWithDataSource:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "canProvideDocumentSource", IsProperty = true, IsRequired = true, IsStatic = false, Name = "CanProvideDocumentSource", PropertyType = typeof(bool), Selector = "canProvideDocumentSource")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "documentSource", IsProperty = true, IsRequired = true, IsStatic = false, Name = "DocumentSource", PropertyType = typeof(string), Selector = "documentSource")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "title", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Title", PropertyType = typeof(string), Selector = "title")]
    public interface IWebDocumentRepresentation : INativeObject, IDisposable
}
.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.

  • Built-in API
  • Package-provided API

06/01/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙