Share via


Registration.GetRegistrationEntries Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

‘선언
<WebMethodAttribute> _
Public Function GetRegistrationEntries ( _
    toolId As String _
) As FrameworkRegistrationEntry()
[WebMethodAttribute]
public FrameworkRegistrationEntry[] GetRegistrationEntries(
    string toolId
)
[WebMethodAttribute]
public:
array<FrameworkRegistrationEntry^>^ GetRegistrationEntries(
    String^ toolId
)
[<WebMethodAttribute>]
member GetRegistrationEntries : 
        toolId:string -> FrameworkRegistrationEntry[] 
public function GetRegistrationEntries(
    toolId : String
) : FrameworkRegistrationEntry[]

Parameters

Return Value

Type: array<Microsoft.TeamFoundation.Framework.Server.FrameworkRegistrationEntry[]

.NET Framework Security

See Also

Reference

Registration Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace