_dispImportsEvents_Event Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: VSLangProj
Assembly: VSLangProj (in VSLangProj.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Interface _dispImportsEvents_Event
[ComVisibleAttribute(false)]
public interface _dispImportsEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispImportsEvents_Event
[<ComVisibleAttribute(false)>]
type _dispImportsEvents_Event = interface end
public interface _dispImportsEvents_Event
The _dispImportsEvents_Event type exposes the following members.
Methods
Name | Description | |
---|---|---|
add_ImportAdded | Infrastructure. Microsoft Internal Use Only. | |
add_ImportRemoved | Infrastructure. Microsoft Internal Use Only. | |
remove_ImportAdded | Infrastructure. Microsoft Internal Use Only. | |
remove_ImportRemoved | Infrastructure. Microsoft Internal Use Only. |
Top
Events
Name | Description | |
---|---|---|
ImportAdded | Infrastructure. Microsoft Internal Use Only. | |
ImportRemoved | Infrastructure. Microsoft Internal Use Only. |
Top