Share via


ImportMapDefinition.Scopes Property

Definition

Gets the scoped imports defined in the import map.

public System.Collections.Generic.IReadOnlyDictionary<string,System.Collections.Generic.IReadOnlyDictionary<string,string>>? Scopes { get; }
member this.Scopes : System.Collections.Generic.IReadOnlyDictionary<string, System.Collections.Generic.IReadOnlyDictionary<string, string>>
Public ReadOnly Property Scopes As IReadOnlyDictionary(Of String, IReadOnlyDictionary(Of String, String))

Property Value

Applies to