Share via


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

See Also

Reference

IPublishFile2 Interface

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace