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.
Removes all registered task navigators from the specified error manager.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Sub RemoveAllTaskNavigators ( _
errorManager As ErrorManager _
)
public void RemoveAllTaskNavigators(
ErrorManager errorManager
)
public:
void RemoveAllTaskNavigators(
ErrorManager^ errorManager
)
member RemoveAllTaskNavigators :
errorManager:ErrorManager -> unit
public function RemoveAllTaskNavigators(
errorManager : ErrorManager
)
Parameters
- errorManager
Type: Microsoft.Data.Schema.ErrorManager
The error manager for which to remove all task navigators.
.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.