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要移除的事件來源程式設計名稱。
備註
删除事件源将不会从源文本中删除基础的事件处理程序。 相反,事件不再引发的事件处理程序的通知。 因此,您将获得编译器错误,如果您删除事件源,但在源代码中保留基础函数。