IWpfTextView::GetSpaceReservationManager Method (String^)
Visual Studio 2015
Gets a named ISpaceReservationManager.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Parameters
- name
-
Type:
System::String^
The name of the manager.
Return Value
Type: Microsoft.VisualStudio.Text.Editor::ISpaceReservationManager^An instance of the manager in this view.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | name is not registered through a SpaceReservationManagerDefinition. |
Managers must be exported by using SpaceReservationManagerDefinition component parts.
Show: