共用方式為


VCProject.GetFilesWithItemType 方法

擷取檔案的集合名稱的型別符合指定的型別。

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
Function GetFilesWithItemType ( _
    ItemType As String _
) As Object
Object GetFilesWithItemType(
    string ItemType
)
Object^ GetFilesWithItemType(
    [InAttribute] String^ ItemType
)
abstract GetFilesWithItemType : 
        ItemType:string -> Object 
function GetFilesWithItemType(
    ItemType : String
) : Object

參數

傳回值

型別:System.Object
IVCCollection ,包含型別符合檔案ItemType參數。

.NET Framework 安全性

請參閱

參考

VCProject 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間