VCPlatform.IsDumpfile Method

Determines if a file is a dumpfile.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

声明
Function IsDumpfile ( _
    Path As String _
) As Boolean
用法
Dim instance As VCPlatform
Dim Path As String
Dim returnValue As Boolean

returnValue = instance.IsDumpfile(Path)
bool IsDumpfile(
    string Path
)
bool IsDumpfile(
    [InAttribute] String^ Path
)
function IsDumpfile(
    Path : String
) : boolean

Parameters

Return Value

Type: System.Boolean

true if the file is a dumpfile for this platform.

Permissions

See Also

Reference

VCPlatform Interface

VCPlatform Members

Microsoft.VisualStudio.VCProjectEngine Namespace