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
Get
'Usage
Dim value As IVsMonitorSelection
value = Me.SelectionMonitor
protected IVsMonitorSelection SelectionMonitor { get; }
protected:
property IVsMonitorSelection^ SelectionMonitor {
IVsMonitorSelection^ get ();
}
function get SelectionMonitor () : IVsMonitorSelection
member SelectionMonitor : IVsMonitorSelection
Property Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsMonitorSelection
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace