net9.0-macos
namespace WebKit
{
    [ObsoletedOSPlatform("macos10.14", "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")]
    [SupportedOSPlatform("macos")]
    [UnsupportedOSPlatform("ios")]
    [UnsupportedOSPlatform("tvos")]
    [UnsupportedOSPlatform("maccatalyst")]
    public interface IWebDocumentRepresentation : INativeObject, IDisposable
}
Assembly Microsoft.macOS , Version=14.0.0.0, PublicKeyToken=84e04ff9cfb79065
Help Documentation
.NET 6.0-macos7.0-macos8.0-macos9.0-macos
OS Platforms

For the selected framework this API is only supported on the following OS platforms:

  • iOS
  • Mac Catalyst
  • macOS
  • tvOS
  • Built-in API
  • Package-provided API

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