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();
		}