ImportsEventsClass Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Refer to ImportsEvents for this functionality. Do not instantiate from this class.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class ImportsEventsClass : VSLangProj::ImportsEvents
public ref class ImportsEventsClass
[Windows::Foundation::Metadata::WebHostHidden]
class ImportsEventsClass : VSLangProj::ImportsEvents
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.ComSourceInterfaces("VSLangProj._dispImportsEvents\0")]
[System.Runtime.InteropServices.Guid("AC779606-837C-444F-B8FA-A69805B59976")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class ImportsEventsClass : VSLangProj.ImportsEvents
[System.Runtime.InteropServices.Guid("AC779606-837C-444F-B8FA-A69805B59976")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComSourceInterfaces("VSLangProj._dispImportsEvents")]
[System.Runtime.InteropServices.ComVisible(false)]
public class ImportsEventsClass
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("VSLangProj._dispImportsEvents\0")>]
[<System.Runtime.InteropServices.Guid("AC779606-837C-444F-B8FA-A69805B59976")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type ImportsEventsClass = class
interface _ImportsEvents
interface ImportsEvents
interface _dispImportsEvents_Event
[<System.Runtime.InteropServices.Guid("AC779606-837C-444F-B8FA-A69805B59976")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("VSLangProj._dispImportsEvents")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type ImportsEventsClass = class
Public Class ImportsEventsClass
Implements ImportsEvents
Public Class ImportsEventsClass
- Inheritance
-
ImportsEventsClass
- Attributes
- Implements
Constructors
ImportsEventsClass() |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
Methods
add_ImportAdded(_dispImportsEvents_ImportAddedEventHandler) |
Microsoft Internal Use Only. |
add_ImportRemoved(_dispImportsEvents_ImportRemovedEventHandler) |
Microsoft Internal Use Only. |
remove_ImportAdded(_dispImportsEvents_ImportAddedEventHandler) |
Microsoft Internal Use Only. |
remove_ImportRemoved(_dispImportsEvents_ImportRemovedEventHandler) |
Microsoft Internal Use Only. |
Events
ImportAdded |
This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately after an Imports statement has been added to a Visual Basic project. |
ImportRemoved |
This API supports the product infrastructure and is not intended to be used directly from your code. Occurs immediately after an Imports statement is removed from a Visual Basic project. |