This topic has not yet been rated - Rate this topic

SolutionListener Class

Visual Studio 2010

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. 
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)
[CLSCompliantAttribute(false)]
public abstract class SolutionListener : IVsSolutionEvents3, 
	IVsSolutionEvents2, IVsSolutionEvents, IVsSolutionEvents4, IDisposable

The SolutionListener type exposes the following members.

  NameDescription
Protected methodSolutionListenerThis class and its members are reserved for internal use and are not intended to be used in your code.
Top
  NameDescription
Protected propertyEventsCookieThis class and its members are reserved for internal use and are not intended to be used in your code.
Protected propertyServiceProviderThis class and its members are reserved for internal use and are not intended to be used in your code.
Protected propertySolutionThis class and its members are reserved for internal use and are not intended to be used in your code.
Top
  NameDescription
Public methodDispose()This class and its members are reserved for internal use and are not intended to be used in your code.
Protected methodDispose(Boolean)This class and its members are reserved for internal use and are not intended to be used in your code.
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodInitThis class and its members are reserved for internal use and are not intended to be used in your code.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodOnAfterAsynchOpenProjectThis class and its members are reserved for internal use and are not intended to be used in your code.
Public methodOnAfterChangeProjectParentThis class and its members are reserved for internal use and are not intended to be used in your code.
Public methodOnAfterCloseSolutionThis class and its members are reserved for internal use and are not intended to be used in your code.
Public methodOnAfterClosingChildrenThis class and its members are reserved for internal use and are not intended to be used in your code.
Public methodOnAfterLoadProjectThis class and its members are reserved for internal use and are not intended to be used in your code.
Public methodOnAfterMergeSolutionThis class and its members are reserved for internal use and are not intended to be used in your code.
Public methodOnAfterOpeningChildrenThis class and its members are reserved for internal use and are not intended to be used in your code.
Public methodOnAfterOpenProjectThis class and its members are reserved for internal use and are not intended to be used in your code.
Public methodOnAfterOpenSolutionThis class and its members are reserved for internal use and are not intended to be used in your code.
Public methodOnAfterRenameProjectThis class and its members are reserved for internal use and are not intended to be used in your code.
Public methodOnBeforeCloseProjectThis class and its members are reserved for internal use and are not intended to be used in your code.
Public methodOnBeforeCloseSolutionThis class and its members are reserved for internal use and are not intended to be used in your code.
Public methodOnBeforeClosingChildrenThis class and its members are reserved for internal use and are not intended to be used in your code.
Public methodOnBeforeOpeningChildrenThis class and its members are reserved for internal use and are not intended to be used in your code.
Public methodOnBeforeUnloadProjectThis class and its members are reserved for internal use and are not intended to be used in your code.
Public methodOnQueryChangeProjectParentThis class and its members are reserved for internal use and are not intended to be used in your code.
Public methodOnQueryCloseProjectThis class and its members are reserved for internal use and are not intended to be used in your code.
Public methodOnQueryCloseSolutionThis class and its members are reserved for internal use and are not intended to be used in your code.
Public methodOnQueryUnloadProjectThis class and its members are reserved for internal use and are not intended to be used in your code.
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.