Compartir a través de


VCProject.ContainsFileWithItemType (Método)

Indica si hay un archivo cuyo tipo coincide con un tipo especificado.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
Function ContainsFileWithItemType ( _
    ItemType As String _
) As Boolean
bool ContainsFileWithItemType(
    string ItemType
)
bool ContainsFileWithItemType(
    [InAttribute] String^ ItemType
)
abstract ContainsFileWithItemType : 
        ItemType:string -> bool
function ContainsFileWithItemType(
    ItemType : String
) : boolean

Parámetros

  • ItemType
    Tipo: String

    Un tipo de archivo.

Valor devuelto

Tipo: Boolean
true si hay un archivo cuyo tipo coincide con el parámetro de ItemType ; si no, false.

Seguridad de .NET Framework

Vea también

Referencia

VCProject Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)