Events2.DocumentEvents[Document] Property

Definition

Gets the DocumentEvents that provides events for the document.

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

Parameters

Document
Document

Optional. Specifies a particular document for which to provide events.

Property Value

A DocumentEvents object.

Implements

Attributes

Applies to