Share via


SelectionListener.SelectionMonitor Property

Gets the selection monitor.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Protected ReadOnly Property SelectionMonitor As IVsMonitorSelection
'Usage
Dim value As IVsMonitorSelection 

value = Me.SelectionMonitor
protected IVsMonitorSelection SelectionMonitor { get; }
protected:
property IVsMonitorSelection^ SelectionMonitor {
    IVsMonitorSelection^ get ();
}
protected function get SelectionMonitor () : IVsMonitorSelection

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsMonitorSelection

.NET Framework Security

See Also

Reference

SelectionListener Class

SelectionListener Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace