다음을 통해 공유


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

속성 값

설명

개체 내부에 중첩된 함수는 점 연산자를 사용하여 하나 이상의 이름을 연결하여 참조할 수 있습니다.

적용 대상