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 | |
---|---|---|
ImportsEventsClass | Infrastructure. Microsoft Internal Use Only. |
Top
Methods
Name | Description | |
---|---|---|
add_ImportAdded | Infrastructure. Microsoft Internal Use Only. | |
add_ImportRemoved | Infrastructure. Microsoft Internal Use Only. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
remove_ImportAdded | Infrastructure. Microsoft Internal Use Only. | |
remove_ImportRemoved | Infrastructure. Microsoft Internal Use Only. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
ImportAdded | Occurs immediately after an Imports statement has been added to a Visual Basic project. | |
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.