IWpfTextView.GetSpaceReservationManager(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a named ISpaceReservationManager.
public:
Microsoft::VisualStudio::Text::Editor::ISpaceReservationManager ^ GetSpaceReservationManager(System::String ^ name);
public:
Microsoft::VisualStudio::Text::Editor::ISpaceReservationManager ^ GetSpaceReservationManager(Platform::String ^ name);
Microsoft::VisualStudio::Text::Editor::ISpaceReservationManager GetSpaceReservationManager(std::wstring const & name);
public Microsoft.VisualStudio.Text.Editor.ISpaceReservationManager GetSpaceReservationManager (string name);
abstract member GetSpaceReservationManager : string -> Microsoft.VisualStudio.Text.Editor.ISpaceReservationManager
Public Function GetSpaceReservationManager (name As String) As ISpaceReservationManager
Parameters
- name
- String
The name of the manager.
Returns
An instance of the manager in this view. Not null.
Exceptions
name
is not registered via an SpaceReservationManagerDefinition.
Remarks
Managers must be exported using SpaceReservationManagerDefinition component parts.