Compartilhar via


Método VCProject.GetFilesWithItemType

Recupera uma coleção de arquivo nomeia cuja cujo tipo corresponde a um tipo especificado.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
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

Valor de retorno

Tipo: System.Object
Um IVCCollection que contém os arquivos cujo tipo corresponde a ItemType parâmetro.

Segurança do .NET Framework

Consulte também

Referência

VCProject Interface

Namespace Microsoft.VisualStudio.VCProjectEngine