VCProject.ContainsFileWithItemType 方法

指示是否存在类型与特定类型的文件。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
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

参数

返回值

类型:System.Boolean
true ,如果具有类型匹配 ItemType 参数的文件,否则, false。

.NET Framework 安全性

请参见

参考

VCProject 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间