Language
Edit

ProjectState Enum

Definition

[Microsoft.VisualStudio.Services.Common.GenerateAllConstants(null)]
public enum ProjectState
type ProjectState = 
Public Enum ProjectState
Inheritance
ProjectState
Attributes
Microsoft.VisualStudio.Services.Common.GenerateAllConstantsAttribute

Fields

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.

Applies to