__VSFTPROPID Enum

Definition

Specifies target properties.

public enum class __VSFTPROPID
public enum class __VSFTPROPID
enum __VSFTPROPID
public enum __VSFTPROPID
type __VSFTPROPID = 
Public Enum __VSFTPROPID
Inheritance
__VSFTPROPID

Fields

VSFTPROPID_BlockName 2

VT_BSTR; the name of current block.

VSFTPROPID_DocName 0

VT_BSTR; the full path of filename/persistence moniker.

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_IsDiskFile 1

VT_BOOL; VARIANT_TRUE if the object is a file on disk

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.

VSFTPROPID_WindowFrame 5

VT_UNKNOWN; a pointer to the window frame (IVsWindowFrame) containing the view being searched.

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:

Applies to