Events2.FindEvents Property
Gets the FindEvents for the Find operation.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
ReadOnly Property FindEvents As FindEvents
FindEvents FindEvents { get; }
property FindEvents^ FindEvents {
FindEvents^ get ();
}
abstract FindEvents : FindEvents with 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.