Share via


IPublishFile.PublishStatus Property

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

See Also

Reference

IPublishFile Interface

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace