TraceKeywords.BuildKeyword Method

Build a formatted keyword from the keyword fragments. Having all callers build their keywords with this method promotes consistency and ease of tweaking the keyword format.

To avoid collisions with other products, this convention may be changed to a new format.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Shared Function BuildKeyword ( _
    ParamArray keywordFragments As String() _
) As String
public static string BuildKeyword(
    params string[] keywordFragments
)
public:
static String^ BuildKeyword(
    ... array<String^>^ keywordFragments
)
static member BuildKeyword : 
        keywordFragments:string[] -> string
public static function BuildKeyword(
    ... keywordFragments : String[]
) : String

Parameters

  • keywordFragments
    Type: array<System.String[]

    One or more keyword fragments used to build the full keyword.

Return Value

Type: System.String
Formatted keyword.

.NET Framework Security

See Also

Reference

TraceKeywords Class

Microsoft.TeamFoundation Namespace