ImportMapDefinition.Scopes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))