Condividi tramite


NodeInvocationInfo.ExportedFunctionName Proprietà

Definizione

Se impostato, specifica il nome dell'esportazione della funzione CommonJS da richiamare. In caso contrario, l'esportazione predefinita del modulo di Node.js deve essere una funzione da richiamare.

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

Valore della proprietà

Si applica a