System.Xaml.XamlSchemaContext.XamlSchemaContext C# (CSharp) Method

XamlSchemaContext() public method

public XamlSchemaContext ( System.Xaml.XamlSchemaContextSettings settings ) : System
settings System.Xaml.XamlSchemaContextSettings
return System
		public XamlSchemaContext (XamlSchemaContextSettings settings)
			: this (null, settings)
		{
		}

Same methods

XamlSchemaContext::XamlSchemaContext ( ) : System
XamlSchemaContext::XamlSchemaContext ( IEnumerable referenceAssemblies ) : System
XamlSchemaContext::XamlSchemaContext ( IEnumerable referenceAssemblies, System.Xaml.XamlSchemaContextSettings settings ) : System
XamlSchemaContext