Events.DocumentEvents[Document] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 to provide events for.
Property Value
A DocumentEvents object.
- Attributes