Class XamlSchemaContextSettings
Inheritance
System.Object
XamlSchemaContextSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Xaml
Assembly: OpenSilver.Xaml.dll
Syntax
public class XamlSchemaContextSettings
Constructors
| Improve this Doc View SourceXamlSchemaContextSettings()
Declaration
public XamlSchemaContextSettings()
XamlSchemaContextSettings(XamlSchemaContextSettings)
Declaration
public XamlSchemaContextSettings(XamlSchemaContextSettings settings)
Parameters
Type | Name | Description |
---|---|---|
XamlSchemaContextSettings | settings |
Properties
| Improve this Doc View SourceFullyQualifyAssemblyNamesInClrNamespaces
Declaration
public bool FullyQualifyAssemblyNamesInClrNamespaces { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
InvokerOptions
Declaration
public XamlInvokerOptions InvokerOptions { get; set; }
Property Value
Type | Description |
---|---|
XamlInvokerOptions |
SupportMarkupExtensionsWithDuplicateArity
Declaration
public bool SupportMarkupExtensionsWithDuplicateArity { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |