JSConstructor.Name 属性

定义

获取此构造函数的名称。Gets the name of this constructor.

此 API 支持产品基础结构,不能在代码中直接使用。

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

属性值

String

此构造函数的名称。The name of this constructor.

适用于

另请参阅