Property | Type | Description | |
---|---|---|---|
m_Pattern | IVwPattern | ||
m_frag | int | ||
m_searchKiller | IVwSearchKiller | ||
m_textSourceInit | IVwTxtSrcInit2 | ||
m_vc | IVwViewConstructor |
Method | Description | |
---|---|---|
FindReplaceCollectorEnvBase ( |
Copy constructor - Initializes a new instance of the T:FindReplaceCollectorEnvBase class.
|
|
FindReplaceCollectorEnvBase ( IVwViewConstructor vc, ISilDataAccess sda, int hvoRoot, int frag, IVwPattern vwPattern, IVwSearchKiller searchKiller ) : System |
Initializes a new instance of the T:FindReplaceCollectorEnvBase class. If the base environment is not null, it is used for various things, such as obtaining 'outer object' information. |
public FindReplaceCollectorEnvBase ( |
||
fc | The FindReplaceCollectorEnvBase object to clone. | |
return | System |
public FindReplaceCollectorEnvBase ( IVwViewConstructor vc, ISilDataAccess sda, int hvoRoot, int frag, IVwPattern vwPattern, IVwSearchKiller searchKiller ) : System | ||
vc | IVwViewConstructor | The view constructor. |
sda | ISilDataAccess | Date access to get prop values etc. |
hvoRoot | int | The root object to display. |
frag | int | The fragment. |
vwPattern | IVwPattern | The find/replace pattern. |
searchKiller | IVwSearchKiller | Used to interrupt a find/replace |
return | System |
protected IVwSearchKiller m_searchKiller | ||
return | IVwSearchKiller |
protected IVwTxtSrcInit2 m_textSourceInit | ||
return | IVwTxtSrcInit2 |