Partilhar via


Método VCPlatform2.IsDumpfile

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

Sintaxe

'Declaração
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

Parâmetros

  • Path
    Tipo: String

Valor de retorno

Tipo: Boolean

Segurança do .NET Framework

Consulte também

Referência

VCPlatform2 Interface

Namespace Microsoft.VisualStudio.VCProjectEngine