IPublishFile::IsDataFile Property

 

Gets whether or not the file is a data file.

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

[DispIdAttribute(3)]
property bool IsDataFile {
	bool get();
}

Property Value

Type: System::Boolean

true if the file is a data file, otherwise false.

Return to top
Show: