IPublishFile2::PublishStatus Property
Visual Studio 2015
Gets or sets a value that indicates how a file should be treated by the build system.
Assembly: Microsoft.VisualStudio.ManagedInterfaces.9.0 (in Microsoft.VisualStudio.ManagedInterfaces.9.0.dll)
[DispIdAttribute(9)] property PublishStatus PublishStatus { PublishStatus get(); void set(PublishStatus value); }
Property Value
Type: Microsoft.VisualStudio.ManagedInterfaces.Publish::PublishStatusA value that indicates how a file should be treated by the build system.
Implements
IPublishFile::PublishStatus
Show: