Share via


JSImportAttribute.ModuleName プロパティ

定義

関数を含む ES6 モジュールのグローバル一意識別子 (存在する場合) を取得します。 モジュールは、関数を呼び出す前に を介して ImportAsync(String, String, CancellationToken) 読み込む必要があります。

public:
 property System::String ^ ModuleName { System::String ^ get(); };
public string? ModuleName { get; }
member this.ModuleName : string
Public ReadOnly Property ModuleName As String

プロパティ値

適用対象