Events.FindEvents 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 FindEvents for the Find
operation.
public:
property EnvDTE::FindEvents ^ FindEvents { EnvDTE::FindEvents ^ get(); };
public:
property EnvDTE::FindEvents ^ FindEvents { EnvDTE::FindEvents ^ get(); };
[System.Runtime.InteropServices.DispId(306)]
public EnvDTE.FindEvents FindEvents { [System.Runtime.InteropServices.DispId(306)] get; }
[<System.Runtime.InteropServices.DispId(306)>]
[<get: System.Runtime.InteropServices.DispId(306)>]
member this.FindEvents : EnvDTE.FindEvents
Public ReadOnly Property FindEvents As FindEvents
Property Value
A FindEvents object.
- Attributes