SIL.FieldWorks.Common.RootSites.CollectorEnv.set_StringProperty C# (CSharp) 메소드

set_StringProperty() 공개 메소드

Nothing to do here. None of our collectors cares about string properties (yet).
public set_StringProperty ( int sp, string bstrValue ) : void
sp int
bstrValue string
리턴 void
		public virtual void set_StringProperty(int sp, string bstrValue)
		{
		}