Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the control that represents the editor window.
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Syntax
'Declaration
Protected Property Control As Control
'Usage
Dim value As Control
value = Me.Control
Me.Control = value
protected Control Control { get; set; }
protected:
property Control^ Control {
Control^ get ();
void set (Control^ value);
}
protected function get Control () : Control
protected function set Control (value : Control)
Property Value
Type: System.Windows.Forms.Control
Control.
.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.