Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Used to request items.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Enumeration ItemType
'Usage
Dim instance As ItemType
public enum ItemType
public enum class ItemType
public enum ItemType
Members
| Member name | Description | |
|---|---|---|
| Any | The requested file can be either a file or a folder. | |
| Folder | The requested item if a folder. | |
| File | The requested item if a file. |