MonitorSelectionServiceHelper.CurrentWindowFrame Property
Gets the currently-selected window frame.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public ReadOnly Property CurrentWindowFrame As Object
Get
'Usage
Dim instance As MonitorSelectionServiceHelper
Dim value As Object
value = instance.CurrentWindowFrame
public Object CurrentWindowFrame { get; }
public:
property Object^ CurrentWindowFrame {
Object^ get ();
}
function get CurrentWindowFrame () : Object
member CurrentWindowFrame : Object
Property Value
Type: System.Object
.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
MonitorSelectionServiceHelper Class
MonitorSelectionServiceHelper Members
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace