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
'Usage
Dim instance As SolutionBuild2
Dim value As Integer
value = instance.LastPublishInfo
int LastPublishInfo { get; }
property int LastPublishInfo {
int get ();
}
function get LastPublishInfo () : int
Property Value
Type: System.Int32
An integer containing the count of successfully published items.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.