Aracılığıyla paylaş


VCPlatform.IsDumpfile Yöntem

Bir dosyayı bir dumpfile olup olmadığını belirler.

Ad alanı:  Microsoft.VisualStudio.VCProjectEngine
Derleme:  Microsoft.VisualStudio.VCProjectEngine (Microsoft.VisualStudio.VCProjectEngine.dll içinde)

Sözdizimi

'Bildirim
Function IsDumpfile ( _
    Path As String _
) As Boolean
bool IsDumpfile(
    string Path
)
bool IsDumpfile(
    [InAttribute] String^ Path
)
abstract IsDumpfile : 
        Path:string -> bool 
function IsDumpfile(
    Path : String
) : boolean

Parametreler

Dönüş Değeri

Tür: System.Boolean
true Dosya dumpfile bu platform için ise.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

VCPlatform Arabirim

Microsoft.VisualStudio.VCProjectEngine Ad Alanı