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

属性值

适用于