ComponentOne Bitmap for WPF
C1.WPF.DX.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 IEnumerable(Of String)
    public IEnumerable<string> QueryPaths {get;}
    See Also