IPopupIntellisensePresenter::SpaceReservationManagerName Property

 

Gets the name of the space reservation manager that should be used to create popups for this presenter.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

property String^ SpaceReservationManagerName {
	String^ get();
}

Property Value

Type: System::String^

The name of the space reservation manager that should be used to create popups for this presenter.

Space reservation managers can be ordered, thus ensuring predictable popup placement.

Return to top
Show: