Sdílet prostřednictvím


VCProject.GetFilesEndingWith – metoda

Načte kolekce názvů souborů, jejichž koncové znaky odpovídají zadaný řetězec.

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

Vrácená hodnota

Typ: System.Object
IVCCollection , Který obsahuje soubory, které na konci ř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ů