Freigeben über


VCProject.ContainsFileWithItemType-Methode

Gibt an, ob eine Datei vorhanden ist, deren Typ mit einem angegebenen Typ übereinstimmt.

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

Syntax

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

Parameter

  • ItemType
    Typ: String

    Ein Dateityp.

Rückgabewert

Typ: Boolean
true , wenn eine Datei sind, dessen Typ den ItemType-Parametern übereinstimmt; andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCProject Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace