Edit

Share via


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

All -1

All projects regardless of state.

CreatePending 3

Project has been queued for creation, but the process has not yet started.

Deleted 4

Project has been deleted.

Deleting 2

Project is in the process of being deleted.

New 0

Project is in the process of being created.

Unchanged -2

Project has not been changed.

WellFormed 1

Project is completely created and ready to use.

Applies to