共用方式為


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

參數

傳回值

型別:System.Object
IVCCollection 所包含的檔案,以指定的字串結尾EndingWith參數。

備註

比較會忽略文化特性和大小寫。

.NET Framework 安全性

請參閱

參考

VCProject 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間