Sdílet prostřednictvím


VCProject.ContainsFileWithItemType – metoda

Označuje, zda je soubor, jehož typ odpovídá zadaného typu.

Obor názvů:  Microsoft.VisualStudio.VCProjectEngine
Sestavení:  Microsoft.VisualStudio.VCProjectEngine (v Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Deklarace
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

Parametry

  • ItemType
    Typ: String

    Typ souboru.

Vrácená hodnota

Typ: Boolean
true Pokud je soubor, jehož typ odpovídá ItemType parametr; jinak false.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

VCProject Rozhraní

Microsoft.VisualStudio.VCProjectEngine – obor názvů