IPublishFile::IsPublished Property

 

Gets whether or not the file is to be deployed.

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

[DispIdAttribute(6)]
property bool IsPublished {
	bool get();
}

Property Value

Type: System::Boolean

true if the file should be deployed, otherwise false.

Return to top
Show: