This documentation is archived and is not being maintained.
XamlDebuggerXmlReader Class
Visual Studio 2010
Provides the functionality to parse XAML markup code into an object or tree of objects.
Assembly: System.Activities (in System.Activities.dll)
The XamlDebuggerXmlReader type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | XamlDebuggerXmlReader(XamlReader, TextReader) | Creates a new instance of the XamlDebuggerXmlReader class with the specified XAML reader and text reader. |
![]() | XamlDebuggerXmlReader(XamlReader, IXamlLineInfo, TextReader) | Creates a new instance of the XamlDebuggerXmlReader class with the specified XAML reader, reader position in a document, and text reader. |
| Name | Description | |
|---|---|---|
![]() | HasLineInfo | Gets a value that indicates that line information is available. |
![]() | IsDisposed | Gets whether Dispose has been called. (Inherited from XamlReader.) |
![]() | IsEof | Gets a value that indicates whether the underlying reader has reached the end of the XAML file that is being parsed. (Overrides XamlReader::IsEof.) |
![]() | LineNumber | Gets the line in a XAML file that is currently being examined by the reader. |
![]() | LinePosition | Gets the position of the line in a XAML file that is currently being examined by the XML reader. |
![]() | Member | Adds the starting member of the document being parsed to the XAML member base. (Overrides XamlReader::Member.) |
![]() | Namespace | Gets the path that is used in the root element of the XAML document to establish a relationship between the XAML code and its schema. (Overrides XamlReader::Namespace.) |
![]() | NodeType | Gets the type of the node currently being read in a XAML file. (Overrides XamlReader::NodeType.) |
![]() | SchemaContext | Gets the schema context for the underlying XAML reader. (Overrides XamlReader::SchemaContext.) |
![]() | Type | Gets the record type at the XAML start node. (Overrides XamlReader::Type.) |
![]() | Value | Gets the element at the node currently being read. (Overrides XamlReader::Value.) |
| Name | Description | |
|---|---|---|
![]() | Close | Closes the XAML node stream. (Inherited from XamlReader.) |
![]() ![]() | CopyAttachedSourceLocation | Retrieves row and column values from the specified activity object and assigns them to the current instance of the XAML reader. |
![]() | Dispose | Releases the unmanaged resources used by the XamlReader, and optionally, releases the managed resources. (Inherited from XamlReader.) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetEndColumn | Gets the value of the attached property named in the EndColumnName dependency property field of the specified instance of a XAML reader. |
![]() ![]() | GetEndLine | Gets the value of the attached property named in the EndLineName dependency property field of the specified instance of a XAML reader. |
![]() ![]() | GetFileName | Gets the value of the attached property named in the FileNameName dependency property field of the specified instance of a XAML reader. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetStartColumn | Gets the value of the attached property named in the StartColumnName dependency property field of the specified instance of a XAML reader. |
![]() ![]() | GetStartLine | Gets the value of the attached property named in the StartLineName dependency property field of the specified instance of a XAML reader. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Read | Gets a value that indicates whether the end of the XAML file has been reached during the reading operation. (Overrides XamlReader::Read().) |
![]() | ReadSubtree | Returns a XamlReader that is based on the current XamlReader, where the returned XamlReader is used to iterate through a subtree of the XAML node structure. (Inherited from XamlReader.) |
![]() ![]() | SetEndColumn | Sets the value of the attached property named in the EndColumnName dependency property field of the specified instance of a XAML reader. |
![]() ![]() | SetEndLine | Sets the value of the attached property named in the EndLineName dependency property field of the specified instance of a XAML reader. |
![]() ![]() | SetFileName | Sets the value of the attached property named in the FileNameName dependency property field of the specified instance of a XAML reader. |
![]() ![]() | SetStartColumn | Sets the value of the attached property named in the StartColumnName dependency property field of the specified instance of a XAML reader. |
![]() ![]() | SetStartLine | Sets the value of the attached property named in the StartLineName dependency property field of the specified instance of a XAML reader. |
![]() | Skip | Skips the current node and advances the reader position to the next node. (Inherited from XamlReader.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | EndColumnName | The name of an attached property that represents the ending column of an activity element in its XAML form. |
![]() ![]() | EndLineName | The name of an attached property that represents the ending line of an activity element in its XAML form. |
![]() ![]() | FileNameName | The name of an attached property that represents the name of the file to be parsed. |
![]() ![]() | StartColumnName | The name of an attached property that represents the starting column of the activity in its XAML form. |
![]() ![]() | StartLineName | The name of an attached property that represents the starting line of the activity in its XAML form. |
| Name | Description | |
|---|---|---|
![]() ![]() | IDisposable::Dispose | Infrastructure. Releases all resources used by the current instance of the XamlReader class. (Inherited from XamlReader.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
