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
형식: System.String
제거될 이벤트 소스의 프로그래밍 이름입니다.
설명
이벤트 소스를 제거 해도 내부 이벤트 처리기는 소스 텍스트에서 제거 되지 않습니다.대신, 이벤트를 더 이상 이벤트 처리기에 알림을 발생 합니다.따라서 이벤트 소스를 삭제 하지만 소스 코드의 내부 기능은 그대로 경우 컴파일러 오류가 발생 합니다.