CatalogQueryOptions Enumeration

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration CatalogQueryOptions
[FlagsAttribute]
public enum CatalogQueryOptions
[FlagsAttribute]
public enum class CatalogQueryOptions
[<FlagsAttribute>]
type CatalogQueryOptions
public enum CatalogQueryOptions

Members

Member name Description
ExpandDependencies Return the dependencies for all of the nodes returned.

IncludeParents Populate the parent properties on all of the nodes returned.

None Don't modify this query in any way.

See Also

Reference

Microsoft.TeamFoundation.Framework.Common Namespace