IPublishFile::PublishStatus Property

 

Gets or sets the current status of the file.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

[DispIdAttribute(9)]
property PublishStatus PublishStatus {
	PublishStatus get();
	void set(PublishStatus value);
}
Return to top
Show: