NodeInvocationInfo.ExportedFunctionName Vlastnost

Definice

Pokud je nastavená hodnota , určuje název exportu funkce CommonJS, která se má vyvolat. Pokud není nastavené, Node.js výchozí export modulu musí být funkce, která se má vyvolat.

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

Hodnota vlastnosti

String

Platí pro