Selection Class

Definition

public ref class Selection : Microsoft::VisualStudio::DesignTools::Extensibility::ContextItem
public class Selection : Microsoft.VisualStudio.DesignTools.Extensibility.ContextItem
type Selection = class
    inherit ContextItem
Public Class Selection
Inherits ContextItem
Inheritance
Selection

Constructors

Selection()
Selection(IEnumerable)
Selection(IEnumerable, Predicate<ModelItem>)
Selection(IEnumerable<ModelItem>)
Selection(IEnumerable<ModelItem>, Predicate<ModelItem>)
Selection(ModelItem[])

Properties

ItemType
PrimarySelection
SelectedObjects
SelectionCount
ViewSelection

Methods

OnItemChanged(EditingContext, ContextItem) (Inherited from ContextItem)

Applies to