Share via


Events2.FindEvents Property

Gets the FindEvents for the Find operation.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
ReadOnly Property FindEvents As FindEvents
'Usage
Dim instance As Events2 
Dim value As FindEvents 

value = instance.FindEvents
FindEvents FindEvents { get; }
property FindEvents^ FindEvents {
    FindEvents^ get ();
}
function get FindEvents () : FindEvents

Property Value

Type: EnvDTE.FindEvents
A FindEvents object.

Implements

Events.FindEvents

.NET Framework Security

See Also

Reference

Events2 Interface

Events2 Members

FindEvents Overload

EnvDTE80 Namespace