IWpfTextView::GetSpaceReservationManager Method (String^)

 
Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

ISpaceReservationManager^ GetSpaceReservationManager(
	String^ name
)

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.

Return to top
Show: