Partager via


VCPlatform.IsDumpfile, méthode

Détermine si un fichier est un dumpfile.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
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

Paramètres

  • Path
    Type : String

    Chemin d'accès complet au fichier en question.

Valeur de retour

Type : Boolean
true si le fichier est un dumpfile pour cette plateforme.

Sécurité .NET Framework

Voir aussi

Référence

VCPlatform Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms