IPublishFile::PublishStatus Property
Visual Studio 2015
Gets or sets the current status of the file.
Assembly: Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)
[DispIdAttribute(9)] property PublishStatus PublishStatus { PublishStatus get(); void set(PublishStatus value); }
Property Value
Type: Microsoft.VisualStudio.ManagedInterfaces.Publish::PublishStatusThe current PublishStatus value.
Show: