SIL.FieldWorks.FwCoreDlgs.ReplaceAllCollectorEnv.ReplaceAllCollectorEnv C# (CSharp) Méthode

ReplaceAllCollectorEnv() public méthode

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 ReplaceAllCollectorEnv ( 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
Résultat System
		public ReplaceAllCollectorEnv(IVwViewConstructor vc, ISilDataAccess sda,
			int hvoRoot, int frag, IVwPattern vwPattern, IVwSearchKiller searchKiller)
			: base(vc, sda, hvoRoot, frag, vwPattern, searchKiller)
		{
			m_ReadOnlyStack.Push(m_fReadOnly);
		}
		#endregion