IVsTextManagerEvents3.OnReplaceAllInFilesEnd Method

Definition

Fires when a “Replace All in Files” operation ends.

public:
 int OnReplaceAllInFilesEnd();
public:
 int OnReplaceAllInFilesEnd();
int OnReplaceAllInFilesEnd();
public int OnReplaceAllInFilesEnd ();
abstract member OnReplaceAllInFilesEnd : unit -> int
Public Function OnReplaceAllInFilesEnd () As Integer

Returns

Returns S_OK if the method is successful.

Applies to