Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the FindEvents for the Find operation.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
ReadOnly Property FindEvents As FindEvents
'Usage
Dim instance As Events
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.