Kommentar
Å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 or sets the current status of the file.
Namespace: Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly: Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)
Syntax
'Declaration
Property PublishStatus As PublishStatus
PublishStatus PublishStatus { get; set; }
property PublishStatus PublishStatus {
PublishStatus get ();
void set (PublishStatus value);
}
abstract PublishStatus : PublishStatus with get, set
function get PublishStatus () : PublishStatus
function set PublishStatus (value : PublishStatus)
Property Value
Type: Microsoft.VisualStudio.ManagedInterfaces.Publish.PublishStatus
The current PublishStatus value.
.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.