IVsaCodeItem.RemoveEventSource(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從程式碼項目中移除指定的事件來源。
public:
void RemoveEventSource(System::String ^ eventSourceName);
public void RemoveEventSource (string eventSourceName);
abstract member RemoveEventSource : string -> unit
Public Sub RemoveEventSource (eventSourceName As String)
參數
- eventSourceName
- String
要移除的事件來源程式設計名稱。
備註
拿掉事件來源並不會從來源文字中移除基礎事件處理程式。 相反地,事件不再對事件處理程序引發通知。 因此,如果您刪除事件來源,但將基礎函式保留在原始程式碼中,您將會收到編譯程序錯誤。