VCProject.GetFilesEndingWith(String) Метод

Определение

Извлекает коллекцию имен файлов, в которых замыкающие символы соответствуют указанной строке.

public:
 System::Object ^ GetFilesEndingWith(System::String ^ EndingWith);
public:
 Platform::Object ^ GetFilesEndingWith(Platform::String ^ EndingWith);
winrt::Windows::Foundation::IInspectable GetFilesEndingWith(std::wstring const & EndingWith);
[System.Runtime.InteropServices.DispId(920)]
public object GetFilesEndingWith (string EndingWith);
[<System.Runtime.InteropServices.DispId(920)>]
abstract member GetFilesEndingWith : string -> obj
Public Function GetFilesEndingWith (EndingWith As String) As Object

Параметры

EndingWith
String

Строка.

Возвращаемое значение

Object

IVCCollection, которая содержит файлы, заканчивающиеся строкой, указанной параметром EndingWith.

Атрибуты

Комментарии

Сравнение не учитывает язык и региональные параметры и регистр.

Применяется к