Events2.DocumentEvents[Document] Eigenschaft

Definition

Ruft die DocumentEvents ab, die Ereignisse für das Dokument bereitstellen.

public:
 property EnvDTE::DocumentEvents ^ DocumentEvents[EnvDTE::Document ^] { EnvDTE::DocumentEvents ^ get(EnvDTE::Document ^ Document); };
[System.Runtime.InteropServices.DispId(309)]
public EnvDTE.DocumentEvents DocumentEvents[EnvDTE.Document Document = default] { [System.Runtime.InteropServices.DispId(309)] get; }
[<System.Runtime.InteropServices.DispId(309)>]
[<get: System.Runtime.InteropServices.DispId(309)>]
member this.DocumentEvents(EnvDTE.Document) : EnvDTE.DocumentEvents
Public ReadOnly Property DocumentEvents(Optional Document As Document = Nothing) As DocumentEvents

Parameter

Document
Document

Dies ist optional. Gibt ein bestimmtes Dokument an, für das Ereignisse bereitgestellt werden sollen.

Eigenschaftswert

DocumentEvents

Ein DocumentEvents-Objekt.

Implementiert

Attribute

Gilt für