Aracılığıyla paylaş


DocumentEventsClass 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.DocumentEventsClass

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

Sözdizimi

'Bildirim
<GuidAttribute("DC5437F7-F114-11D2-AACF-00C04F688DDE")> _
<ClassInterfaceAttribute()> _
Public Class DocumentEventsClass _
    Implements _DocumentEvents, DocumentEvents, _dispDocumentEvents_Event
[GuidAttribute("DC5437F7-F114-11D2-AACF-00C04F688DDE")]
[ClassInterfaceAttribute()]
public class DocumentEventsClass : _DocumentEvents, 
    DocumentEvents, _dispDocumentEvents_Event
[GuidAttribute(L"DC5437F7-F114-11D2-AACF-00C04F688DDE")]
[ClassInterfaceAttribute()]
public ref class DocumentEventsClass : _DocumentEvents, 
    DocumentEvents, _dispDocumentEvents_Event
[<GuidAttribute("DC5437F7-F114-11D2-AACF-00C04F688DDE")>]
[<ClassInterfaceAttribute()>]
type DocumentEventsClass =  
    class 
        interface _DocumentEvents 
        interface DocumentEvents 
        interface _dispDocumentEvents_Event 
    end
public class DocumentEventsClass implements _DocumentEvents, DocumentEvents, _dispDocumentEvents_Event

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

Oluşturucular

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

Üst

Yöntemler

  Ad Açıklama
Genel yöntem add_DocumentClosing Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem add_DocumentOpened Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem add_DocumentOpening Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem add_DocumentSaved 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_DocumentClosing Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem remove_DocumentOpened Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem remove_DocumentOpening Altyapı. Microsoft yalnızca iç kullanım.
Genel yöntem remove_DocumentSaved 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 DocumentClosing Belge kapatılmadan hemen önce gerçekleşir.
Genel olay DocumentOpened Belgeyi açtıktan sonra oluşur.
Genel olay DocumentOpening Bir belge açılmadan önce oluşur.
Genel olay DocumentSaved Bir belge kaydedildiğinde ortaya çıkar.

Üst

Notlar

Bakın DocumentEvents 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ı