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