ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.IO.TextWriter, _
       Optional ByVal level As System.Integer _
    ) 
    public void Dump( 
       System.IO.TextWriter writer,
       System.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