다음을 통해 공유


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

‘선언
ReadOnly Property IsDataFile As Boolean
    Get
‘사용 방법
Dim instance As IPublishFile
Dim value As Boolean

value = instance.IsDataFile
bool IsDataFile { get; }
property bool IsDataFile {
    bool get ();
}
abstract IsDataFile : bool
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