Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this method to register custom Build Detail Information Node converters to the Log View tab of the Build Details View.
Namespace: Microsoft.VisualStudio.TeamFoundation.Build
Assembly: Microsoft.VisualStudio.TeamFoundation.Build (in Microsoft.VisualStudio.TeamFoundation.Build.dll)
Syntax
'Declaration
Sub RegisterLogViewInformationConverter ( _
converter As IBuildDetailInformationNodeConverter _
)
void RegisterLogViewInformationConverter(
IBuildDetailInformationNodeConverter converter
)
void RegisterLogViewInformationConverter(
IBuildDetailInformationNodeConverter^ converter
)
abstract RegisterLogViewInformationConverter :
converter:IBuildDetailInformationNodeConverter -> unit
function RegisterLogViewInformationConverter(
converter : IBuildDetailInformationNodeConverter
)
Parameters
converter
Type: Microsoft.TeamFoundation.Build.Controls.IBuildDetailInformationNodeConverterthe converter to register
.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.