Edit

Share via


VsaCodeItem.RemoveEventSource(String) Method

Definition

Removes the specified event source from the code item.

public:
 virtual void RemoveEventSource(System::String ^ EventSourceName);
public void RemoveEventSource (string EventSourceName);
abstract member RemoveEventSource : string -> unit
override this.RemoveEventSource : string -> unit
Public Sub RemoveEventSource (EventSourceName As String)

Parameters

EventSourceName
String

The programmatic name of the event source to be removed.

Implements

Applies to