Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function GetResourceNames ( _
requestContext As TeamFoundationRequestContext _
) As String()
string[] GetResourceNames(
TeamFoundationRequestContext requestContext
)
array<String^>^ GetResourceNames(
TeamFoundationRequestContext^ requestContext
)
abstract GetResourceNames :
requestContext:TeamFoundationRequestContext -> string[]
function GetResourceNames(
requestContext : TeamFoundationRequestContext
) : String[]
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: array<System.String[]
.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.