Compartir a través de


VCProject.GetFilesWithItemType (Método)

Recupera una colección de nombres de archivo cuyo tipo coincide con un tipo especificado.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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

Parámetros

  • ItemType
    Tipo: String

    Un tipo de archivo.

Valor devuelto

Tipo: Object
IVCCollection que contiene los archivos cuyo tipo coincide con el parámetro de ItemType .

Seguridad de .NET Framework

Vea también

Referencia

VCProject Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)