Initializes a new instance of the MonitorSelectionEventArgs class.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
Public Sub New ( _
oldValue As Object, _
newValue As Object _
)
'使用
Dim oldValue As Object
Dim newValue As Object
Dim instance As New MonitorSelectionEventArgs(oldValue, _
newValue)
public MonitorSelectionEventArgs(
Object oldValue,
Object newValue
)
public:
MonitorSelectionEventArgs(
Object^ oldValue,
Object^ newValue
)
public function MonitorSelectionEventArgs(
oldValue : Object,
newValue : Object
)
Parameters
oldValue
Type: System.ObjectThe original ISelectionContainer object.
newValue
Type: System.ObjectThe new ISelectionContainer object.
Permissions
- 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
MonitorSelectionEventArgs Class