JSInvokableAttribute.Identifier 속성

정의

메서드의 식별자를 가져옵니다. 식별자는 어셈블리의 scope 내에서 고유해야 합니다.

설정하지 않으면 식별자가 메서드의 이름에서 가져옵니다. 이 경우 메서드 이름은 어셈블리 내에서 고유해야 합니다.

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

속성 값

적용 대상