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
参数
- ItemType
类型:System.String
一种文件类型。
返回值
类型:System.Boolean
true ,如果具有类型匹配 ItemType 参数的文件,否则, false。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。