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
- toolId
Type: System.String
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Server.FrameworkRegistrationEntry[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace