ItemType Enumeration

Describes the item type.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'宣言
Public Enumeration ItemType
public enum ItemType
public enum class ItemType
type ItemType
public enum ItemType

Members

Member name Description
Any Any item type.
Folder Folder type of item.
File File type of item.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Client Namespace