NodeInvocationInfo.ExportedFunctionName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果設定,則會指定要叫用的 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