Share via


NodeInvocationInfo.ExportedFunctionName Propriété

Définition

Si la valeur est définie, spécifie le nom de l’exportation de fonction CommonJS à appeler. Si elle n’est pas définie, l’exportation par défaut du module Node.js doit elle-même être une fonction à appeler.

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

Valeur de propriété

S’applique à