TfsGitRepositoryRefsCollection.AllRefTags 方法
傳回在儲存機制中的任何 ref 標記。
命名空間: Microsoft.TeamFoundation.Git.Server
組件: Microsoft.TeamFoundation.Git.Server (在 Microsoft.TeamFoundation.Git.Server.dll 中)
語法
'宣告
Public Function AllRefTags ( _
requestContext As TeamFoundationRequestContext _
) As IEnumerable(Of TfsGitRef)
public IEnumerable<TfsGitRef> AllRefTags(
TeamFoundationRequestContext requestContext
)
參數
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
要求應該發出的要求內容。
傳回值
類型:System.Collections.Generic.IEnumerable<TfsGitRef>
在儲存機制中的任何標記。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。