Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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.