SIL.FieldWorks.Common.RootSites.CollectorEnv.NoteStringValDependency C# (CSharp) Method

NoteStringValDependency() public method

If we're capturing a test on top of a real VwEnv, pass the information on so things will regenerate properly.
public NoteStringValDependency ( int hvo, int tag, int ws, ITsString _tssVal ) : void
hvo int
tag int
ws int
_tssVal ITsString
return void
		public void NoteStringValDependency(int hvo, int tag, int ws, ITsString _tssVal)
		{
			if (m_baseEnv != null)
				m_baseEnv.NoteStringValDependency(hvo, tag, ws, _tssVal);
		}