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
型別:System.String
字串。
傳回值
型別:System.Object
IVCCollection 所包含的檔案,以指定的字串結尾EndingWith參數。
備註
比較會忽略文化特性和大小寫。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。