SolutionListenerForProjectOpen Class
This class and its members are reserved for internal use and are not intended to be used in your code.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal.SolutionListener
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal.SolutionListenerForProjectOpen
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class SolutionListenerForProjectOpen _
Inherits SolutionListener
[CLSCompliantAttribute(false)]
public class SolutionListenerForProjectOpen : SolutionListener
[CLSCompliantAttribute(false)]
public ref class SolutionListenerForProjectOpen : public SolutionListener
[<CLSCompliantAttribute(false)>]
type SolutionListenerForProjectOpen =
class
inherit SolutionListener
end
public class SolutionListenerForProjectOpen extends SolutionListener
The SolutionListenerForProjectOpen type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SolutionListenerForProjectOpen | This class and its members are reserved for internal use and are not intended to be used in your code. |
Top
Properties
Name | Description | |
---|---|---|
EventsCookie | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
ServiceProvider | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
Solution | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) |
Top
Methods
Name | Description | |
---|---|---|
Dispose() | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
Dispose(Boolean) | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
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 a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Init | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnAfterAsynchOpenProject | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
OnAfterChangeProjectParent | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
OnAfterCloseSolution | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
OnAfterClosingChildren | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
OnAfterLoadProject | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
OnAfterMergeSolution | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
OnAfterOpeningChildren | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
OnAfterOpenProject | This class and its members are reserved for internal use and are not intended to be used in your code. (Overrides SolutionListener.OnAfterOpenProject(IVsHierarchy, Int32).) | |
OnAfterOpenSolution | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
OnAfterRenameProject | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
OnBeforeCloseProject | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
OnBeforeCloseSolution | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
OnBeforeClosingChildren | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
OnBeforeOpeningChildren | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
OnBeforeUnloadProject | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
OnQueryChangeProjectParent | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
OnQueryCloseProject | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
OnQueryCloseSolution | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
OnQueryUnloadProject | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from SolutionListener.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace