Gets or sets the control that represents the editor window.
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntax
'宣言
Protected Property Control As Control
'使用
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
Permissions
- 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.