共用方式為


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 命名空間