Class XamlWriter
Implements
System.IDisposable
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 abstract class XamlWriter : IDisposable
Properties
| Improve this Doc View SourceIsDisposed
Declaration
protected bool IsDisposed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SchemaContext
Declaration
public abstract XamlSchemaContext SchemaContext { get; }
Property Value
Type | Description |
---|---|
XamlSchemaContext |
Methods
| Improve this Doc View SourceClose()
Declaration
public void Close()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
WriteEndMember()
Declaration
public abstract void WriteEndMember()
WriteEndObject()
Declaration
public abstract void WriteEndObject()
WriteGetObject()
Declaration
public abstract void WriteGetObject()
WriteNamespace(NamespaceDeclaration)
Declaration
public abstract void WriteNamespace(NamespaceDeclaration namespaceDeclaration)
Parameters
Type | Name | Description |
---|---|---|
NamespaceDeclaration | namespaceDeclaration |
WriteNode(XamlReader)
Declaration
public void WriteNode(XamlReader reader)
Parameters
Type | Name | Description |
---|---|---|
XamlReader | reader |
WriteStartMember(XamlMember)
Declaration
public abstract void WriteStartMember(XamlMember xamlMember)
Parameters
Type | Name | Description |
---|---|---|
XamlMember | xamlMember |
WriteStartObject(XamlType)
Declaration
public abstract void WriteStartObject(XamlType type)
Parameters
Type | Name | Description |
---|---|---|
XamlType | type |
WriteValue(Object)
Declaration
public abstract void WriteValue(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |
Explicit Interface Implementations
| Improve this Doc View SourceIDisposable.Dispose()
Declaration
void IDisposable.Dispose()
Implements
System.IDisposable