Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
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.