SIL.FieldWorks.Common.Controls.XMLViewsDataCache.get_VecSize C# (CSharp) Method

get_VecSize() public method

Override to work with fake flid.
public get_VecSize ( int hvo, int tag ) : int
hvo int
tag int
return int
		public override int get_VecSize(int hvo, int tag)
		{
			return tag == ktagTagMe ? -1 : base.get_VecSize(hvo, tag);
		}