Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.