TeamFoundationCollationService.GetDefaultCollation Method
Get default collation for the language. This method is used when you create a new TPC.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetDefaultCollation ( _
requestContext As TeamFoundationRequestContext, _
lcid As Integer _
) As String
public string GetDefaultCollation(
TeamFoundationRequestContext requestContext,
int lcid
)
public:
String^ GetDefaultCollation(
TeamFoundationRequestContext^ requestContext,
int lcid
)
member GetDefaultCollation :
requestContext:TeamFoundationRequestContext *
lcid:int -> string
public function GetDefaultCollation(
requestContext : TeamFoundationRequestContext,
lcid : int
) : String
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- lcid
Type: System.Int32
Return Value
Type: System.String
Default collation. null if not found.
.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.