IPublishFile2.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 a value that indicates how a file should be treated by the build system.
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
A value that indicates how a file should be treated by the build system.
Implements
- Attributes