vsPublishState 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.
Indicates the publish state of a solution.
public enum class vsPublishState
C++/CX
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
Name | Value | Description |
---|---|---|
vsPublishStateDone | 1 | Publish is complete. |
vsPublishStateInProgress | 2 | Publish is in progress. |
vsPublishStateNotStarted | 4 | Publish has not started. |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |