NodeInvocationInfo.ExportedFunctionName プロパティ

定義

が設定されている場合は、呼び出す CommonJS 関数エクスポートの名前を指定します。 設定されていない場合は、Node.js モジュールの既定のエクスポート自体が呼び出される関数である必要があります。

public:
 property System::String ^ ExportedFunctionName { System::String ^ get(); void set(System::String ^ value); };
public string ExportedFunctionName { get; set; }
member this.ExportedFunctionName : string with get, set
Public Property ExportedFunctionName As String

プロパティ値

適用対象