Share via


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)

Syntax

'Declaration
ReadOnly Property SpaceReservationManagerName As String
string SpaceReservationManagerName { get; }
property String^ SpaceReservationManagerName {
    String^ get ();
}
abstract SpaceReservationManagerName : string with get
function get SpaceReservationManagerName () : String

Property Value

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

Remarks

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

.NET Framework Security

See Also

Reference

IPopupIntellisensePresenter Interface

Microsoft.VisualStudio.Language.Intellisense Namespace