OptionPage.Window Property
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property Window As IWin32Window
protected override IWin32Window Window { get; }
protected:
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
.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
Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace