NodeInvocationInfo.ExportedFunctionName Propiedad

Definición

Si se establece, especifica el nombre de la exportación de la función CommonJS que se va a invocar. Si no se establece, Node.js exportación predeterminada del módulo debe ser una función que se va a invocar.

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

Valor de propiedad

String

Se aplica a