IPublishFile.PublishStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the current status of the file.
public:
property Microsoft::VisualStudio::ManagedInterfaces::Publish::PublishStatus PublishStatus { Microsoft::VisualStudio::ManagedInterfaces::Publish::PublishStatus get(); void set(Microsoft::VisualStudio::ManagedInterfaces::Publish::PublishStatus value); };
public:
property Microsoft::VisualStudio::ManagedInterfaces::Publish::PublishStatus PublishStatus { Microsoft::VisualStudio::ManagedInterfaces::Publish::PublishStatus get(); void set(Microsoft::VisualStudio::ManagedInterfaces::Publish::PublishStatus value); };
[System.Runtime.InteropServices.DispId(9)]
public Microsoft.VisualStudio.ManagedInterfaces.Publish.PublishStatus PublishStatus { get; set; }
[<System.Runtime.InteropServices.DispId(9)>]
member this.PublishStatus : Microsoft.VisualStudio.ManagedInterfaces.Publish.PublishStatus with get, set
Public Property PublishStatus As PublishStatus
Property Value
The current PublishStatus value.
- Attributes