Sdílet prostřednictvím


VCProject.GetFilesEndingWith – metoda

Získá kolekci názvů souborů, jejichž koncové znaky odpovídají zadanému řetězci.

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

Syntaxe

'Deklarace
Function GetFilesEndingWith ( _
    EndingWith As String _
) As Object
Object GetFilesEndingWith(
    string EndingWith
)
Object^ GetFilesEndingWith(
    [InAttribute] String^ EndingWith
)
abstract GetFilesEndingWith : 
        EndingWith:string -> Object
function GetFilesEndingWith(
    EndingWith : String
) : Object

Parametry

  • EndingWith
    Typ: String

    Řetězec.

Vrácená hodnota

Typ: Object
IVCCollection , Který obsahuje soubory, které končí řetězec určený EndingWith parametr.

Poznámky

Porovnání ignoruje kultury a případ.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

VCProject Rozhraní

Microsoft.VisualStudio.VCProjectEngine – obor názvů