Language

CoreWebView2ClusterEnvironmentOptions.CustomSchemeRegistrations Property

Definition

Gets the custom scheme registrations that are part of the pinned set for the shared environment.

public System.Collections.Generic.List<Microsoft.Web.WebView2.Core.CoreWebView2CustomSchemeRegistration> CustomSchemeRegistrations { get; }
member this.CustomSchemeRegistrations : System.Collections.Generic.List<Microsoft.Web.WebView2.Core.CoreWebView2CustomSchemeRegistration>
Public ReadOnly Property CustomSchemeRegistrations As List(Of CoreWebView2CustomSchemeRegistration)

Property Value

Remarks

Supplied when the options are constructed, mirroring CustomSchemeRegistrations. The COM setter takes an array of interface pointers, which the interop signature marshals as a single element, so a list cannot be pushed back to an options object that came from GetClusterEnvironmentOptions(String). Keeping this read-only means no assignment can be silently dropped: build a new options object instead.

Applies to