ImportMapDefinition コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ImportMapDefinition." の新しいインスタンスを初期化します。/ 指定したインポート、スコープ、および整合性を使用して> します。
public ImportMapDefinition (System.Collections.Generic.IReadOnlyDictionary<string,string>? imports, System.Collections.Generic.IReadOnlyDictionary<string,System.Collections.Generic.IReadOnlyDictionary<string,string>>? scopes, System.Collections.Generic.IReadOnlyDictionary<string,string>? integrity);
new Microsoft.AspNetCore.Components.ImportMapDefinition : System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, System.Collections.Generic.IReadOnlyDictionary<string, string>> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Microsoft.AspNetCore.Components.ImportMapDefinition
Public Sub New (imports As IReadOnlyDictionary(Of String, String), scopes As IReadOnlyDictionary(Of String, IReadOnlyDictionary(Of String, String)), integrity As IReadOnlyDictionary(Of String, String))
パラメーター
- imports
- IReadOnlyDictionary<String,String>
インポート マップで定義されているスコープ外のインポート。
インポート マップで定義されているスコープ付きインポート。
- integrity
- IReadOnlyDictionary<String,String>
インポート マップで定義されているインポートの整合性。
注釈
imports
、scopes
、および integrity
パラメーターが新しいインスタンスにコピーされます。 元のコレクションは変更されません。