SIL.FieldWorks.XWorks.FwXWindow.FindRecordListUpdater C# (CSharp) 메소드

FindRecordListUpdater() 공개 메소드

Retrieve the IRecordListUpdater object named by the argument.
Part of the IRecordListOwner interface.
public FindRecordListUpdater ( string name ) : IRecordListUpdater
name string
리턴 IRecordListUpdater
		virtual public IRecordListUpdater FindRecordListUpdater(string name)
		{
			CheckDisposed();

			return Mediator.PropertyTable.GetValue(name, null) as IRecordListUpdater;
		}
		#endregion // IRecordListOwner implementation
FwXWindow