Поделиться через


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

'Декларация
ReadOnly Property SpaceReservationManagerName As String
    Get
string SpaceReservationManagerName { get; }
property String^ SpaceReservationManagerName {
    String^ get ();
}
abstract SpaceReservationManagerName : string
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