Share via


SolutionBuild2.LastPublishInfo Property

Gets the number of items that were successfully published.

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

Syntax

'Declaration
ReadOnly Property LastPublishInfo As Integer
int LastPublishInfo { get; }
property int LastPublishInfo {
    int get ();
}
abstract LastPublishInfo : int with get
function get LastPublishInfo () : int

Property Value

Type: System.Int32
An integer containing the count of successfully published items.

.NET Framework Security

See Also

Reference

SolutionBuild2 Interface

EnvDTE80 Namespace