ImportsEventsClass Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Refer to ImportsEvents for this functionality. Do not instantiate from this class.

Inheritance Hierarchy

Object
  VSLangProj.ImportsEventsClass

Namespace:  VSLangProj
Assembly:  VSLangProj (in VSLangProj.dll)

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("AC779606-837C-444F-B8FA-A69805B59976")> _
Public Class ImportsEventsClass _
    Implements _ImportsEvents, ImportsEvents, _dispImportsEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute("AC779606-837C-444F-B8FA-A69805B59976")]
public class ImportsEventsClass : _ImportsEvents, 
    ImportsEvents, _dispImportsEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute(L"AC779606-837C-444F-B8FA-A69805B59976")]
public ref class ImportsEventsClass : _ImportsEvents, 
    ImportsEvents, _dispImportsEvents_Event
[<ClassInterfaceAttribute()>]
[<GuidAttribute("AC779606-837C-444F-B8FA-A69805B59976")>]
type ImportsEventsClass =  
    class 
        interface _ImportsEvents 
        interface ImportsEvents 
        interface _dispImportsEvents_Event 
    end
public class ImportsEventsClass implements _ImportsEvents, ImportsEvents, _dispImportsEvents_Event

The ImportsEventsClass type exposes the following members.

Constructors

  Name Description
Public method ImportsEventsClass Infrastructure. Microsoft Internal Use Only.

Top

Methods

  Name Description
Public method add_ImportAdded Infrastructure. Microsoft Internal Use Only.
Public method add_ImportRemoved Infrastructure. Microsoft Internal Use Only.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method remove_ImportAdded Infrastructure. Microsoft Internal Use Only.
Public method remove_ImportRemoved Infrastructure. Microsoft Internal Use Only.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event ImportAdded Occurs immediately after an Imports statement has been added to a Visual Basic project.
Public event ImportRemoved Occurs immediately after an Imports statement is removed from a Visual Basic project.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

VSLangProj Namespace