Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Provides additional members for the __VSFINDRESULT enumeration.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Dichiarazione
Public Enumeration __VSFINDRESULT2
public enum __VSFINDRESULT2
public enum class __VSFINDRESULT2
type __VSFINDRESULT2
public enum __VSFINDRESULT2
Members
| Member name | Description | |
|---|---|---|
| VSFR_ReplaceIncompleteEOL | The user tried to replace only the CR of the LF of a line with a CR-LF ending. | |
| VSFR_CancelledBeforeReplacementsMade | The replace operation was cancelled before any replacement were made. |
Remarks
COM Signature
From textfind2.idl:
enum __VSFINDRESULT2 {
VSFR_ReplaceIncompleteEOL = 0x10000000,
VSFR_CancelledBeforeReplacementsMade = 0x20000000,
};
typedef DWORD VSFINDRESULT2;