BaseCompareEditorControl.Window Property
Gets the window for this control.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public ReadOnly Property Window As IWin32Window
Get
'Usage
Dim instance As BaseCompareEditorControl
Dim value As IWin32Window
value = instance.Window
public IWin32Window Window { get; }
public:
virtual property IWin32Window^ Window {
IWin32Window^ get () sealed;
}
final function get Window () : IWin32Window
abstract Window : IWin32Window
override Window : IWin32Window
Property Value
Type: System.Windows.Forms.IWin32Window
.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
BaseCompareEditorControl Class
BaseCompareEditorControl Members
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors Namespace