JSImportAttribute.FunctionName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目標 JavaScript 函式的名稱。 此名稱將用來作為在模組中尋找函式的索引鍵。
public:
property System::String ^ FunctionName { System::String ^ get(); };
public string FunctionName { get; }
member this.FunctionName : string
Public ReadOnly Property FunctionName As String
屬性值
備註
使用點運算子連接一或多個名稱,即可參考巢狀對象內部的函式。