ComponentOne Bitmap for UWP
Dump Method

C1.UWP.DX Assembly > C1.Util.DX.WIC Namespace > MetadataQueryReader Class : Dump Method
The text writer output.
The level of tabulations.
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

Reference

MetadataQueryReader Class
MetadataQueryReader Members