다음을 통해 공유


IJSVsaSite.Notify(String, Object) 메서드

정의

.NET 스크립트 엔진에서 생성한 이벤트에 대해 호스트에 알립니다.

public:
 void Notify(System::String ^ notify, System::Object ^ info);
public void Notify (string notify, object info);
abstract member Notify : string * obj -> unit
Public Sub Notify (notify As String, info As Object)

매개 변수

notify
String

.NET 스크립트 엔진에서 생성한 이벤트에 대해 호스트에 알립니다.

info
Object

.NET 스크립트 엔진에서 생성한 이벤트에 대해 호스트에 알립니다.

적용 대상