ModelingWindowPane.ActiveInPlaceEditWindow Property
Gets and sets the active window for in-place editing.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
Public Property ActiveInPlaceEditWindow As IWin32Window
public IWin32Window ActiveInPlaceEditWindow { get; set; }
public:
property IWin32Window^ ActiveInPlaceEditWindow {
IWin32Window^ get ();
void set (IWin32Window^ value);
}
member ActiveInPlaceEditWindow : IWin32Window with get, set
function get ActiveInPlaceEditWindow () : IWin32Window
function set ActiveInPlaceEditWindow (value : IWin32Window)
Property Value
Type: IWin32Window
The active window for in-place editing.
Remarks
Clipboard commands are routed to the active window for in-place editing. Rerouting may cause the status of some commands to change. Therefore, this property updates that status information only.
.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.