IPublishFile2.PublishStatus Property
Gets or sets a value that indicates how a file should be treated by the build system.
Namespace: Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly: Microsoft.VisualStudio.ManagedInterfaces.9.0 (in Microsoft.VisualStudio.ManagedInterfaces.9.0.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
A value that indicates how a file should be treated by the build system.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.