Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the Model Explorer window.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Window As IWin32Window
Get
public override IWin32Window Window { get; }
public:
virtual property IWin32Window^ Window {
IWin32Window^ get () override;
}
abstract Window : IWin32Window
override Window : IWin32Window
override function get Window () : IWin32Window
Property Value
Type: System.Windows.Forms.IWin32Window
The Model Explorer window.
Remarks
This property implements the IWin32Window interface.
.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.