Share via


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)

Syntax

'Declaration
ReadOnly Property IsDataFile As Boolean
'Usage
Dim instance As IPublishFile 
Dim value As Boolean 

value = instance.IsDataFile
bool IsDataFile { get; }
property bool IsDataFile {
    bool get ();
}
function get IsDataFile () : boolean

Property Value

Type: System.Boolean
true if the file is a data file, otherwise false.

.NET Framework Security

See Also

Reference

IPublishFile Interface

IPublishFile Members

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace