IVsaCodeItem.RemoveEventSource 메서드
코드 항목에서 지정된 이벤트 소스를 제거합니다.
네임스페이스: Microsoft.Vsa
어셈블리: Microsoft.Vsa(Microsoft.Vsa.dll)
구문
‘선언
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub RemoveEventSource ( _
eventSourceName As String _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void RemoveEventSource(
string eventSourceName
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void RemoveEventSource(
String^ eventSourceName
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract RemoveEventSource :
eventSourceName:string -> unit
function RemoveEventSource(
eventSourceName : String
)
매개 변수
eventSourceName
형식: String제거될 이벤트 소스의 프로그래밍 이름입니다.
설명
이벤트 소스를 제거 해도 소스 텍스트에서 기본 이벤트 처리기를 제거 되지 않습니다. 대신, 이벤트는 더이상 이벤트 처리기에 대 한 알림을 발생 시킵니다. 따라서 기본 함수 소스 코드에 두려면 이벤트 소스를 삭제 하는 경우 컴파일러 오류가 발생 합니다.