Aracılığıyla paylaş


SolutionEventsClass Sınıf

Bu API, .NET Framework altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir.

Microsoft yalnızca iç kullanım.

Devralma Hiyerarşisi

Object
  EnvDTE.SolutionEventsClass

Ad alanı:  EnvDTE
Derleme:  EnvDTE (EnvDTE.dll içinde)

Sözdizimi

'Bildirim
<GuidAttribute("88AC98C7-B38C-404B-BD86-D2A4F2E89DCA")> _
<ClassInterfaceAttribute()> _
Public Class SolutionEventsClass _
    Implements _SolutionEvents, SolutionEvents, _dispSolutionEvents_Event
[GuidAttribute("88AC98C7-B38C-404B-BD86-D2A4F2E89DCA")]
[ClassInterfaceAttribute()]
public class SolutionEventsClass : _SolutionEvents, 
    SolutionEvents, _dispSolutionEvents_Event
[GuidAttribute(L"88AC98C7-B38C-404B-BD86-D2A4F2E89DCA")]
[ClassInterfaceAttribute()]
public ref class SolutionEventsClass : _SolutionEvents, 
    SolutionEvents, _dispSolutionEvents_Event
[<GuidAttribute("88AC98C7-B38C-404B-BD86-D2A4F2E89DCA")>]
[<ClassInterfaceAttribute()>]
type SolutionEventsClass =  
    class 
        interface _SolutionEvents 
        interface SolutionEvents 
        interface _dispSolutionEvents_Event 
    end
public class SolutionEventsClass implements _SolutionEvents, SolutionEvents, _dispSolutionEvents_Event

SolutionEventsClass türü aşağıdaki üyeleri ortaya koyar.

Oluşturucular

  Ad Açıklama
Genel yöntem SolutionEventsClass Altyapı. Microsoft yalnızca iç kullanım.

Üst

Yöntemler

  Ad Açıklama
Genel yöntem add_AfterClosing Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem add_BeforeClosing Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem add_Opened Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem add_ProjectAdded Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem add_ProjectRemoved Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem add_ProjectRenamed Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem add_QueryCloseSolution Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem add_Renamed Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem Equals Determines whether the specified object is equal to the current object. (Object kaynağından devralındı.)
Korumalı yöntem Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Object kaynağından devralındı.)
Genel yöntem GetHashCode Serves as the default hash function. (Object kaynağından devralındı.)
Genel yöntem GetType Gets the Type of the current instance. (Object kaynağından devralındı.)
Korumalı yöntem MemberwiseClone Creates a shallow copy of the current Object. (Object kaynağından devralındı.)
Genel yöntem remove_AfterClosing Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem remove_BeforeClosing Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem remove_Opened Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem remove_ProjectAdded Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem remove_ProjectRemoved Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem remove_ProjectRenamed Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem remove_QueryCloseSolution Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem remove_Renamed Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem ToString Returns a string that represents the current object. (Object kaynağından devralındı.)

Üst

Olaylar

  Ad Açıklama
Genel olay AfterClosing Bir çözüm kapattıktan hemen sonra oluşur.
Genel olay BeforeClosing Bir çözüm kapatmadan hemen önce oluşur.
Genel olay Opened Hemen bir çözüm ya da proje açtıktan sonra oluşur.
Genel olay ProjectAdded Çözüme bir proje hemen ekledikten sonra oluşur.
Genel olay ProjectRemoved Bir proje çözümden kaldırdıktan sonra oluşur.
Genel olay ProjectRenamed Çözüme bir proje yeniden adlandırdıktan sonra oluşur.
Genel olay QueryCloseSolution Önce ortaya BeforeClosing.
Genel olay Renamed Bir çözümü yeniden adlandırdıktan sonra oluşur.

Üst

Notlar

Bakın SolutionEvents bu işlevi için.Bu sınıfın örneği değil.

İş Parçacığı Güvenliği

Bu türün tüm genel statik (Visual Basic'te Shared) üyeleri iş parçacığı açısından güvenlidir. Hiçbir örnek üyesinin iş parçacığı açısından güvenliği garanti edilemez.

Ayrıca bkz.

Başvuru

EnvDTE Ad Alanı