This documentation is archived and is not being maintained.

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)

public:
static String^ BuildKeyword(
	... array<String^>^ keywordFragments
)

Parameters

keywordFragments
Type: array<System::String>

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

Return Value

Type: System::String
Formatted keyword.

Show: