vsPublishState Enum
Definition
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.
Indicates the publish state of a solution.
public enum class vsPublishState
public enum class vsPublishState
enum vsPublishState
[System.Runtime.InteropServices.Guid("861474E5-DE58-4924-B6D3-8D48BA712944")]
public enum vsPublishState
[<System.Runtime.InteropServices.Guid("861474E5-DE58-4924-B6D3-8D48BA712944")>]
type vsPublishState =
Public Enum vsPublishState
- Inheritance
-
vsPublishState
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsPublishStateDone | 1 | Publish is complete. |
vsPublishStateInProgress | 2 | Publish is in progress. |
vsPublishStateNotStarted | 4 | Publish has not started. |