IVsaSite.Notify 메서드
.NET 스크립트 엔진에서 생성한 이벤트에 대해 호스트에 알립니다.
네임스페이스: Microsoft.Vsa
어셈블리: Microsoft.Vsa(Microsoft.Vsa.dll)
구문
‘선언
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub Notify ( _
notify As String, _
info As Object _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void Notify(
string notify,
Object info
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void Notify(
String^ notify,
Object^ info
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract Notify :
notify:string *
info:Object -> unit
function Notify(
notify : String,
info : Object
)
매개 변수
notify
형식: String.NET 스크립트 엔진에서 생성한 이벤트에 대해 호스트에 알립니다.
info
형식: Object.NET 스크립트 엔진에서 생성한 이벤트에 대해 호스트에 알립니다.