Sdílet prostřednictvím


VCProject.GetFilesWithItemType – metoda

Získá kolekci souborů názvy, jejichž jejíž typ odpovídá 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

  • ItemType
    Typ: String

    Typ souboru.

Vrácená hodnota

Typ: 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ů