TeamFoundationVersionControlService.QueryFileTypes 方法
傳回每個檔案的副檔名已設定資訊清單。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
Public Function QueryFileTypes ( _
requestContext As TeamFoundationRequestContext _
) As List(Of FileType)
public List<FileType> QueryFileTypes(
TeamFoundationRequestContext requestContext
)
參數
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
要求內容。
傳回值
類型:System.Collections.Generic.List<FileType>
在系統定義上之所有資料型別的物件。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。