SolutionBuild2::PublishState Property

 

Gets the state of a publish operation.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

property vsPublishState PublishState {
	vsPublishState get();
}

Property Value

Type: EnvDTE80::vsPublishState

Returns a value from the SolutionConfiguration2 enumeration indicating whether publish has completed, is in process, or has not begun.

This example displays the number of build dependencies and the publish state for a solution build. Open a project in the Visual Studio integrated development environment (IDE) before running this example.

No code example is currently available or this language may not be supported.
Return to top
Show: