ServicingContext.ReplaceResources Method

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

Syntax

‘선언
Public Function ReplaceResources ( _
    templateText As String _
) As String
public string ReplaceResources(
    string templateText
)
public:
String^ ReplaceResources(
    String^ templateText
)
member ReplaceResources : 
        templateText:string -> string 
public function ReplaceResources(
    templateText : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

ServicingContext Class

Microsoft.TeamFoundation.Framework.Server Namespace