This documentation is archived and is not being maintained.
TraceKeywords::BuildKeyword Method
Visual Studio 2013
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)
Parameters
- keywordFragments
- Type: array<System::String>
One or more keyword fragments used to build the full keyword.
- 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.
Show: