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 unregister a converter that was previously registered by using RegisterLogViewInformationConverter. This should be done when your package or addin is unloaded.
Namespace: Microsoft.VisualStudio.TeamFoundation.Build
Assembly: Microsoft.VisualStudio.TeamFoundation.Build (in Microsoft.VisualStudio.TeamFoundation.Build.dll)
Syntax
'Declaration
Sub UnregisterLogViewInformationConverter ( _
converter As IBuildDetailInformationNodeConverter _
)
void UnregisterLogViewInformationConverter(
IBuildDetailInformationNodeConverter converter
)
void UnregisterLogViewInformationConverter(
IBuildDetailInformationNodeConverter^ converter
)
abstract UnregisterLogViewInformationConverter :
converter:IBuildDetailInformationNodeConverter -> unit
function UnregisterLogViewInformationConverter(
converter : IBuildDetailInformationNodeConverter
)
Parameters
converter
Type: Microsoft.TeamFoundation.Build.Controls.IBuildDetailInformationNodeConverterthe same converter instance used 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.