TfsGitRepositoryRefsCollection.RefNotesInNamespace 方法

傳回在儲存機制中的任何 ref 注意指定命名空間的

命名空間:  Microsoft.TeamFoundation.Git.Server
組件:  Microsoft.TeamFoundation.Git.Server (在 Microsoft.TeamFoundation.Git.Server.dll 中)

語法

'宣告
Public Function RefNotesInNamespace ( _
    requestContext As TeamFoundationRequestContext, _
    noteNamespace As String _
) As IEnumerable(Of TfsGitRef)
public IEnumerable<TfsGitRef> RefNotesInNamespace(
    TeamFoundationRequestContext requestContext,
    string noteNamespace
)

參數

傳回值

類型:System.Collections.Generic.IEnumerable<TfsGitRef>
在儲存機制中的任何提示指定命名空間的。

.NET Framework 安全性

請參閱

參考

TfsGitRepositoryRefsCollection 類別

Microsoft.TeamFoundation.Git.Server 命名空間