Interfejs _dispDocumentEvents
Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Microsoft tylko do użytku wewnętrznego.
Przestrzeń nazw: EnvDTE
Zestaw: EnvDTE (w EnvDTE.dll)
Składnia
'Deklaracja
<GuidAttribute("DC5437F6-F114-11D2-AACF-00C04F688DDE")> _
<InterfaceTypeAttribute()> _
Public Interface _dispDocumentEvents
[GuidAttribute("DC5437F6-F114-11D2-AACF-00C04F688DDE")]
[InterfaceTypeAttribute()]
public interface _dispDocumentEvents
[GuidAttribute(L"DC5437F6-F114-11D2-AACF-00C04F688DDE")]
[InterfaceTypeAttribute()]
public interface class _dispDocumentEvents
[<GuidAttribute("DC5437F6-F114-11D2-AACF-00C04F688DDE")>]
[<InterfaceTypeAttribute()>]
type _dispDocumentEvents = interface end
public interface _dispDocumentEvents
Typ _dispDocumentEvents uwidacznia następujące elementy członkowskie.
Metody
Nazwa | Opis | |
---|---|---|
DocumentClosing | Infrastruktura. Microsoft tylko do użytku wewnętrznego. | |
DocumentOpened | Infrastruktura. Microsoft tylko do użytku wewnętrznego. | |
DocumentOpening | Infrastruktura. Microsoft tylko do użytku wewnętrznego. | |
DocumentSaved | Infrastruktura. Microsoft tylko do użytku wewnętrznego. |
Początek