Events2.FindEvents Property

Definition

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.

Implements

Attributes

Applies to