ModelElementLocator.MonitorSelection Property

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'宣言
<CLSCompliantAttribute(False)> _
Protected ReadOnly Property MonitorSelection As IMonitorSelectionService
'使用
Dim value As IMonitorSelectionService

value = Me.MonitorSelection
[CLSCompliantAttribute(false)]
protected IMonitorSelectionService MonitorSelection { get; }
[CLSCompliantAttribute(false)]
protected:
property IMonitorSelectionService^ MonitorSelection {
    IMonitorSelectionService^ get ();
}
protected function get MonitorSelection () : IMonitorSelectionService

Property Value

Type: Microsoft.VisualStudio.Modeling.Shell.IMonitorSelectionService

Permissions

See Also

Reference

ModelElementLocator Class

ModelElementLocator Members

Microsoft.VisualStudio.Modeling.Shell Namespace