SpaceReservationManagerDefinition Class

 

Represents metadata for an ISpaceReservationManager.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

System.Object
  Microsoft.VisualStudio.Text.Editor.SpaceReservationManagerDefinition

public sealed class SpaceReservationManagerDefinition

NameDescription
System_CAPS_pubmethodSpaceReservationManagerDefinition()

Initializes a new instance of SpaceReservationManagerDefinition.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Because you cannot subclass this type, you can simply use the [Export] attribute.

internal sealed class Components
{
    [Export]
    [Name("SampleSpaceReservationManager")]
    [Order(After = "Selection", Before = "Text")]
    internal SpaceReservationManagerDefinition sampleManagerDefinition;
    { other components }
}

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: