ApprovalTests.Wpf.AssertNoBindingErrorsTraceListener.AssertNoBindingErrorsTraceListener C# (CSharp) Méthode

AssertNoBindingErrorsTraceListener() private méthode

private AssertNoBindingErrorsTraceListener ( SourceLevels level ) : System
level SourceLevels
Résultat System
		private AssertNoBindingErrorsTraceListener(SourceLevels level)
		{

			WindowsRegistryAssert.HasDword(@"Software\Microsoft\Tracing\WPF", "ManagedTracing",1,"You need to add this key to your registry for Wpf report Binding Errors. \n" + RegEditText);
			PresentationTraceSources.DataBindingSource.Listeners.Add(this);
			PresentationTraceSources.DataBindingSource.Switch.Level = level;
		}