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)

[DispIdAttribute(9)]
property PublishStatus PublishStatus {
	PublishStatus get();
	void set(PublishStatus value);
}

Property Value

Type: Microsoft.VisualStudio.ManagedInterfaces.Publish::PublishStatus

A value that indicates how a file should be treated by the build system.

Return to top
Show: