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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.