__VSFTPROPID Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies target properties.
public enum class __VSFTPROPID
public enum class __VSFTPROPID
enum __VSFTPROPID
public enum __VSFTPROPID
type __VSFTPROPID =
Public Enum __VSFTPROPID
- Inheritance
-
__VSFTPROPID
Fields
Name | Value | Description |
---|---|---|
VSFTPROPID_DocName | 0 | VT_BSTR; the full path of filename/persistence moniker. |
VSFTPROPID_IsDiskFile | 1 | VT_BOOL; VARIANT_TRUE if the object is a file on disk |
VSFTPROPID_BlockName | 2 | VT_BSTR; the name of current block. |
VSFTPROPID_InitialPattern | 3 | VT_BSTR; the seed Find pattern - the selection is in single line. |
VSFTPROPID_InitialPatternAggressive | 4 | VT_BSTR; the seed Find pattern - the selection is in a single line, or text near caret if no selection. |
VSFTPROPID_WindowFrame | 5 | VT_UNKNOWN; a pointer to the window frame (IVsWindowFrame) containing the view being searched. |
VSFTPROPID_IsFindInFilesForegroundOnly | 6 | VT_BOOLEAN; indicates that the document must be searched on the foreground thread (UI thread) only. Normally the environment searches on the background thread. The environment does not marshal pointers on a background thread, so if you require that, specify this value instead. |
Remarks
All properties are optional.
VSFTPROPID_BlockName
is queried even if GetCapabilities does not include FR_Block, since the availability of a block can change during the lifetime of the target.
COM Signature
From textfind.idl: