ProjectState Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C#
[Microsoft.VisualStudio.Services.Common.GenerateAllConstants(null)]
public enum ProjectState
type ProjectState =
Public Enum ProjectState
- Inheritance
-
ProjectState
- Attributes
-
Microsoft.VisualStudio.Services.Common.GenerateAllConstantsAttribute
Name | Value | Description |
---|---|---|
Unchanged | -2 | Project has not been changed. |
All | -1 | All projects regardless of state. |
New | 0 | Project is in the process of being created. |
WellFormed | 1 | Project is completely created and ready to use. |
Deleting | 2 | Project is in the process of being deleted. |
CreatePending | 3 | Project has been queued for creation, but the process has not yet started. |
Deleted | 4 | Project has been deleted. |
Produkto | Mga Bersyon |
---|---|
Azure DevOps Services .NET SDK | preview, latest |