Share via


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

屬性值

適用於