JSImportAttribute.FunctionName 属性

定义

获取目标 JavaScript 函数的名称。 此名称将用作在模块中查找函数的键。

public:
 property System::String ^ FunctionName { System::String ^ get(); };
public string FunctionName { get; }
member this.FunctionName : string
Public ReadOnly Property FunctionName As String

属性值

注解

通过使用点运算符连接一个或多个名称,可以引用嵌套在 对象中的函数。

适用于