ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / MetadataQueryReader Class / QueryPaths Property

In This Topic
    QueryPaths Property
    In This Topic
    Gets the enumerator on all the metadata query paths. http://msdn.microsoft.com/en-us/library/windows/desktop/ee719796(v=vs.85).aspx#expressionanatomy
    Syntax
    'Declaration
     
    Public ReadOnly Property QueryPaths As System.Collections.Generic.IEnumerable(Of String)
    public System.Collections.Generic.IEnumerable<string> QueryPaths {get;}
    See Also