Bagikan melalui


IBuildDetailManager.UnregisterLogViewInformationConverter Method

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

.NET Framework Security

See Also

Reference

IBuildDetailManager Interface

Microsoft.VisualStudio.TeamFoundation.Build Namespace