SIL.FieldWorks.Common.RootSites.CollectorEnv.AddIntPropPic C# (CSharp) Метод

AddIntPropPic() публичный Метод

Member AddIntPropPic
public AddIntPropPic ( int tag, IVwViewConstructor _vc, int frag, int nMin, int nMax ) : void
tag int tag
_vc IVwViewConstructor The view constructor.
frag int frag
nMin int nMin
nMax int nMax
Результат void
		public virtual void AddIntPropPic(int tag, IVwViewConstructor _vc, int frag, int nMin, int nMax)
		{
			if (Finished)
				return;
			OpenProp(tag);
			AddResultString("A picture"); // REVIEW: This seems weird.
			CloseProp();
		}