ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / MetadataQueryReader Class / Dump Method
The text writer output.
The level of tabulations.

In This Topic
    Dump Method
    In This Topic
    Dumps all metadata.
    Syntax
    'Declaration
     
    Public Sub Dump( _
       ByVal writer As TextWriter, _
       Optional ByVal level As Integer _
    ) 
    public void Dump( 
       TextWriter writer,
       int level
    )

    Parameters

    writer
    The text writer output.
    level
    The level of tabulations.
    Remarks
    This is a simple helper method to dump metadata stored in this instance.
    See Also