Sdílet prostřednictvím


VCProject.GetFilesWithItemType – metoda

Načte soubor kolekce názvy, jejichž odpovídá typu zadaného typu.

Obor názvů:  Microsoft.VisualStudio.VCProjectEngine
Sestavení:  Microsoft.VisualStudio.VCProjectEngine (v Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Deklarace
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

Parametry

Vrácená hodnota

Typ: System.Object
IVCCollection , Který obsahuje soubory, jejichž typ odpovídá ItemType parametr.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

VCProject Rozhraní

Microsoft.VisualStudio.VCProjectEngine – obor názvů