Compartilhar via


Método VCProject.ContainsFileWithItemType

Indica se há um arquivo cujo tipo corresponde a um tipo especificado.

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

Sintaxe

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

Valor de retorno

Tipo: System.Boolean
true Se houver um arquivo cujo tipo corresponde a ItemType parâmetro; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

VCProject Interface

Namespace Microsoft.VisualStudio.VCProjectEngine