VCProject.GetFilesEndingWith 메서드
후행 문자가 지정된 문자열과 일치하는 파일 이름의 컬렉션을 검색합니다.
네임스페이스: Microsoft.VisualStudio.VCProjectEngine
어셈블리: Microsoft.VisualStudio.VCProjectEngine(Microsoft.VisualStudio.VCProjectEngine.dll)
구문
‘선언
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
매개 변수
EndingWith
형식: String문자열
반환 값
형식: Object
EndingWith 매개 변수를 통해 지정된 문자열로 끝나는 파일을 포함하는 IVCCollection입니다.
설명
비교는 문화권 및 대/소문자를 무시합니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.