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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。